diff options
author | Joey Hess <joey@kitenet.net> | 2012-06-06 16:54:39 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2012-06-06 16:54:39 -0400 |
commit | a79aebbe2a15a05f7475b08d98279bb88ef07305 (patch) | |
tree | 2127f88754b76e2276b6dd30fac913a3eea9552a /doc/design/assistant/inotify.mdwn | |
parent | 8aa194bf806c4620f0794ff7a13084e328061cc8 (diff) |
update
Diffstat (limited to 'doc/design/assistant/inotify.mdwn')
-rw-r--r-- | doc/design/assistant/inotify.mdwn | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/design/assistant/inotify.mdwn b/doc/design/assistant/inotify.mdwn index 0f4e8d28d..ab88210b2 100644 --- a/doc/design/assistant/inotify.mdwn +++ b/doc/design/assistant/inotify.mdwn @@ -19,6 +19,9 @@ really useful, it needs to: - notice deleted files and stage the deletion (tricky; there's a race with add since it replaces the file with a symlink..) **done** +- Gracefully handle when the default limit of 8192 inotified directories + is exceeded. This can be tuned by root, so help the user fix it. + **done** - periodically auto-commit staged changes (avoid autocommitting when lots of changes are coming in) - tunable delays before adding new files, etc @@ -32,8 +35,6 @@ really useful, it needs to: to check for ignored files) - Possibly, when a directory is moved out of the annex location, unannex its contents. -- Gracefully handle when the default limit of 8192 inotified directories - is exceeded. This can be tuned by root, so help the user fix it. - Support OSes other than Linux; it only uses inotify currently. OSX and FreeBSD use the same mechanism, and there is a Haskell interface for it, |