pause lock value increased

This commit is contained in:
Uriziel 2012-09-17 20:35:15 +02:00
parent 9564c87fd7
commit 4a5462dcae

View File

@ -204,7 +204,7 @@ class WatcherInfo(object):
self.counter = 0
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.paused = {}
self.paused['default'] = True