changed throttling

This commit is contained in:
Rudi Grinberg 2012-10-25 17:20:02 -04:00
parent b89862f304
commit 5b051aae32
3 changed files with 7 additions and 5 deletions

View file

@ -18,7 +18,7 @@ class ManagerTimeout(threading.Thread,Loggable):
secnods. This used to be just a work around for cc-4235 but recently
became a permanent solution because it's "cheap" and reliable
"""
def __init__(self, manager, interval=3):
def __init__(self, manager, interval=1.5):
# TODO : interval should be read from config and passed here instead
# of just using the hard coded value
threading.Thread.__init__(self)