cc-4105: refactored how watched, stored directories are handled
This commit is contained in:
parent
ad12926af2
commit
3b1583f620
7 changed files with 84 additions and 45 deletions
|
@ -144,6 +144,8 @@ class Manager(Loggable):
|
|||
block until we receive pyinotify events
|
||||
"""
|
||||
pyinotify.Notifier(self.wm).loop()
|
||||
# Experiments with running notifier in different modes
|
||||
# There are 3 options: normal, async, threaded.
|
||||
#import asyncore
|
||||
#pyinotify.AsyncNotifier(self.wm).loop()
|
||||
#asyncore.loop()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue