summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2012-06-20 15:29:08 -0400
committerGravatar Joey Hess <joey@kitenet.net>2012-06-20 15:29:12 -0400
commit4afefb48f1fd57824770deb2a07f7628005122b7 (patch)
tree6a2b4bc31fa37923e0c7e83ec39c1b7a920a517c
parent75b6ee81f9d9b921106c829380e30445415ec2f7 (diff)
thought
-rw-r--r--doc/design/assistant/inotify.mdwn1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/design/assistant/inotify.mdwn b/doc/design/assistant/inotify.mdwn
index 0b55298a3..fb9ed592b 100644
--- a/doc/design/assistant/inotify.mdwn
+++ b/doc/design/assistant/inotify.mdwn
@@ -20,6 +20,7 @@ There is a `watch` branch in git that adds the command.
* 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.
## beyond Linux