Skip to content

Commit

Permalink
fix for #191
Browse files Browse the repository at this point in the history
  • Loading branch information
slytomcat committed Mar 22, 2018
1 parent bff7334 commit 9bd5971
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion yandex-disk-indicator.py
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 9bd5971

Please sign in to comment.