]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
acl: Dropped default ACL cache timeout from 5 minutes to 30 seconds.
authorTimo Sirainen <tss@iki.fi>
Thu, 2 Apr 2009 22:25:58 +0000 (18:25 -0400)
committerTimo Sirainen <tss@iki.fi>
Thu, 2 Apr 2009 22:25:58 +0000 (18:25 -0400)
--HG--
branch : HEAD

src/plugins/acl/acl-backend-vfile.c

index 4c59b4ce14219817cfee0f043ea172962630c1a2..52d2ece0fcc1050221b13bfb6f5b1c91d92a152e 100644 (file)
@@ -20,7 +20,7 @@
 #include <sys/stat.h>
 
 #define ACL_ESTALE_RETRY_COUNT NFS_ESTALE_RETRY_COUNT
-#define ACL_VFILE_DEFAULT_CACHE_SECS (60*5)
+#define ACL_VFILE_DEFAULT_CACHE_SECS 30
 
 #define VALIDITY_MTIME_NOTFOUND 0
 #define VALIDITY_MTIME_NOACCESS -1