cc-4105-2: added retries on failed requests. added ignored files set like in the old media monitor
This commit is contained in:
parent
3422eb3cc0
commit
7abe882455
10 changed files with 58 additions and 15 deletions
|
@ -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()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue