update
This commit is contained in:
parent
8aa194bf80
commit
a79aebbe2a
2 changed files with 5 additions and 2 deletions
|
@ -19,6 +19,9 @@ really useful, it needs to:
|
||||||
- notice deleted files and stage the deletion
|
- notice deleted files and stage the deletion
|
||||||
(tricky; there's a race with add since it replaces the file with a symlink..)
|
(tricky; there's a race with add since it replaces the file with a symlink..)
|
||||||
**done**
|
**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
|
- periodically auto-commit staged changes (avoid autocommitting when
|
||||||
lots of changes are coming in)
|
lots of changes are coming in)
|
||||||
- tunable delays before adding new files, etc
|
- tunable delays before adding new files, etc
|
||||||
|
@ -32,8 +35,6 @@ really useful, it needs to:
|
||||||
to check for ignored files)
|
to check for ignored files)
|
||||||
- Possibly, when a directory is moved out of the annex location,
|
- Possibly, when a directory is moved out of the annex location,
|
||||||
unannex its contents.
|
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.
|
- Support OSes other than Linux; it only uses inotify currently.
|
||||||
OSX and FreeBSD use the same mechanism, and there is a Haskell interface
|
OSX and FreeBSD use the same mechanism, and there is a Haskell interface
|
||||||
for it,
|
for it,
|
||||||
|
|
|
@ -23,6 +23,8 @@ The webapp is a web server that displays a shiny interface.
|
||||||
|
|
||||||
* there could be a UI to export a file, which would make it be served up
|
* there could be a UI to export a file, which would make it be served up
|
||||||
over http by the web app
|
over http by the web app
|
||||||
|
* Display any relevant warning messages. One is the `inotify max_user_watches`
|
||||||
|
exceeded message.
|
||||||
|
|
||||||
## implementation
|
## implementation
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue