Show More
@@ -133,7 +133,7 b' class HttpHooksCallbackDaemon(ThreadedHo' | |||||
133 |
|
133 | |||
134 | # From Python docs: Polling reduces our responsiveness to a shutdown |
|
134 | # From Python docs: Polling reduces our responsiveness to a shutdown | |
135 | # request and wastes cpu at all other times. |
|
135 | # request and wastes cpu at all other times. | |
136 | POLL_INTERVAL = 0.1 |
|
136 | POLL_INTERVAL = 0.01 | |
137 |
|
137 | |||
138 | def _prepare(self): |
|
138 | def _prepare(self): | |
139 | log.debug("Preparing HTTP callback daemon and registering hook object") |
|
139 | log.debug("Preparing HTTP callback daemon and registering hook object") |
General Comments 0
You need to be logged in to leave comments.
Login now