This commit is contained in:
Joey Hess 2012-06-20 15:29:08 -04:00
parent 75b6ee81f9
commit 4afefb48f1

View file

@ -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 * 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. 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 ## beyond Linux