diff --git a/yandex-disk-indicator.py b/yandex-disk-indicator.py index 3a11315..19a6758 100644 --- a/yandex-disk-indicator.py +++ b/yandex-disk-indicator.py @@ -337,7 +337,7 @@ def process_IN_MODIFY(self, event): handler(par) self.watchMngr = WatchManager() # Create watch manager # Create PyiNotifier - self.iNotifier = ThreadedNotifier(self.watchMngr, EH(), timeout=0.5) + self.iNotifier = ThreadedNotifier(self.watchMngr, EH(), timeout=500) self.iNotifier.start() self.status = False