changeset 860:c3d0eddd6065 HEAD

updated
author Timo Sirainen <tss@iki.fi>
date Fri, 27 Dec 2002 18:03:01 +0200
parents c4754c5770f3
children 7498eab8903f
files TODO
diffstat 1 files changed, 4 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/TODO	Fri Dec 27 18:02:25 2002 +0200
+++ b/TODO	Fri Dec 27 18:03:01 2002 +0200
@@ -15,8 +15,7 @@
     - SIGHUP didn't update imap_listen. this is a bit annoying to fix though,
       since new listen() may fail for a few times because auth processes may
       not die immediately..
-    - if user tries to create huge subfolder hierarchy we start truncating
-      them. rather give error message instead.
+    - SIGHUP doesn't update log file location.
     - We can use Linux sendfile() up to 2GB, after that we get EOVERFLOW and
       fail. We should rather fallback to mmap+write at that point.
 
@@ -34,6 +33,9 @@
       failures aren't handled too well. Rather should be handled in similiar
       way to locking failures, so that at least we don't try to rebuild the
       index because of it.
+    - limit folder hierarchy levels? user can now create eg. a/a/a/a/...
+      and then start renaming them from end to beginning, which probably will
+      at some point start causing syscall failures which will fill up logs.
     - fsck should check binary tree
 
  - checks: