changed throttling
This commit is contained in:
parent
b89862f304
commit
5b051aae32
3 changed files with 7 additions and 5 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue