summaryrefslogtreecommitdiff
path: root/doc/design/assistant/webapp.mdwn
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2012-09-06 13:56:23 -0400
committerGravatar Joey Hess <joey@kitenet.net>2012-09-06 13:56:23 -0400
commitd11ded822cf68d4f33a886e0f97f95a3781e0dc1 (patch)
treebf01cb30263bb7e9d2333ecb9aa5117a797a0334 /doc/design/assistant/webapp.mdwn
parentec23eeb9eb273438a59f287f9252e7b1af987fc9 (diff)
display alert for inotify/kqueue errors
Diffstat (limited to 'doc/design/assistant/webapp.mdwn')
-rw-r--r--doc/design/assistant/webapp.mdwn4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/design/assistant/webapp.mdwn b/doc/design/assistant/webapp.mdwn
index eabf8e7f3..9625f007a 100644
--- a/doc/design/assistant/webapp.mdwn
+++ b/doc/design/assistant/webapp.mdwn
@@ -23,8 +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
over http by the web app
-* Display any relevant warning messages. One is the `inotify max_user_watches`
- exceeded message.
+* Display the `inotify max_user_watches` exceeded message. **done**
+* Display something sane when kqueue runs out of file descriptors.
* possibly add a desktop file to the top of the repository that can be used
to open the webapp (rather than using the menus). Would be complicated
some by the path to git-annex sometimes needing to be hardcoded and varying