]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/blobdiff - src/allmydata/windows/inotify.py
Don't add subdirectory watches if the platform's notifier doesn't require them. refs...
[tahoe-lafs/tahoe-lafs.git] / src / allmydata / windows / inotify.py
index bcbc241f8537b3797c339f152154049d0d919c06..4e7bc90492c9a263f5e9008cb0813816e762db96 100644 (file)
@@ -201,6 +201,7 @@ class INotify(PollMixin):
         self._path = None
         self._pending = set()
         self._pending_delay = 1.0
+        self.recursive_includes_new_subdirectories = True
 
     def set_pending_delay(self, delay):
         self._pending_delay = delay