pause lock value increased
This commit is contained in:
parent
9564c87fd7
commit
4a5462dcae
@ -204,7 +204,7 @@ class WatcherInfo(object):
|
|||||||
self.counter = 0
|
self.counter = 0
|
||||||
|
|
||||||
class SyncFactory(Factory):
|
class SyncFactory(Factory):
|
||||||
def __init__(self, min_pause_lock = 1, update_time_limit = 1):
|
def __init__(self, min_pause_lock = 2, update_time_limit = 1):
|
||||||
self.watchers = dict()
|
self.watchers = dict()
|
||||||
self.paused = {}
|
self.paused = {}
|
||||||
self.paused['default'] = True
|
self.paused['default'] = True
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user