gevent ain't working so it's cut
This commit is contained in:
parent
75ba2d8e90
commit
32ce685e0e
2 changed files with 12 additions and 3 deletions
|
@ -250,6 +250,10 @@ class Manager(Loggable):
|
|||
notifier = pyinotify.Notifier(self.wm)
|
||||
notifier.coalesce_events()
|
||||
notifier.loop()
|
||||
#notifier = pyinotify.ThreadedNotifier(self.wm, read_freq=1)
|
||||
#notifier.coalesce_events()
|
||||
#notifier.start()
|
||||
#return notifier
|
||||
#import asyncore
|
||||
#notifier = pyinotify.AsyncNotifier(self.wm)
|
||||
#asyncore.loop()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue