summaryrefslogtreecommitdiff
path: root/doc/design/assistant/inotify.mdwn
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2012-12-27 15:52:57 -0400
committerGravatar Joey Hess <joey@kitenet.net>2012-12-27 15:52:57 -0400
commit3a7570938c5c7c0aab815995fa2fbb4e82ba3688 (patch)
tree307b2e945094e8b6ba99ed87849ba964e81fcae3 /doc/design/assistant/inotify.mdwn
parent32fb77c8a5a47f40eda8cb6982940304ac238644 (diff)
OSX no longer affected by kqueue bugs
Diffstat (limited to 'doc/design/assistant/inotify.mdwn')
-rw-r--r--doc/design/assistant/inotify.mdwn6
1 files changed, 5 insertions, 1 deletions
diff --git a/doc/design/assistant/inotify.mdwn b/doc/design/assistant/inotify.mdwn
index 10df55b2a..edb6564bf 100644
--- a/doc/design/assistant/inotify.mdwn
+++ b/doc/design/assistant/inotify.mdwn
@@ -12,7 +12,11 @@ available!
* Kqueue has to open every directory it watches, so too many directories
will run it out of the max number of open files (typically 1024), and fail.
I may need to fork off multiple watcher processes to handle this.
- See [[bugs/Issue_on_OSX_with_some_system_limits]].
+ See [[bug|bugs/Issue_on_OSX_with_some_system_limits]]. (Does not affect
+ OSX any longer).
+
+* The OSX FSEvents code is new and relatively untested. A known problem is
+ that it does not handle whole directory renames right.
## todo