cc-4105-2: added retries on failed requests. added ignored files set like in the old media monitor

This commit is contained in:
Rudi Grinberg 2012-07-27 15:37:16 -04:00
parent 3422eb3cc0
commit 7abe882455
10 changed files with 58 additions and 15 deletions

View file

@ -143,3 +143,6 @@ class Manager(Loggable):
block until we receive pyinotify events
"""
pyinotify.Notifier(self.wm).loop()
#import asyncore
#pyinotify.AsyncNotifier(self.wm).loop()
#asyncore.loop()