##// END OF EJS Templates
hooks: decrease pool interval to 10ms. For SVN operations and lots of requests...
marcink -
r2264:c5a31551 stable
parent child Browse files
Show More
@@ -133,7 +133,7 b' class HttpHooksCallbackDaemon(ThreadedHo'
133 133
134 134 # From Python docs: Polling reduces our responsiveness to a shutdown
135 135 # request and wastes cpu at all other times.
136 POLL_INTERVAL = 0.1
136 POLL_INTERVAL = 0.01
137 137
138 138 def _prepare(self):
139 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