dovecot-1.2: acl: Dropped default ACL cache timeout from 5 minut...

dovecot at dovecot.org dovecot at dovecot.org
Fri Apr 3 01:26:02 EEST 2009


details:   http://hg.dovecot.org/dovecot-1.2/rev/0e0ce37ef99d
changeset: 8899:0e0ce37ef99d
user:      Timo Sirainen <tss at iki.fi>
date:      Thu Apr 02 18:25:58 2009 -0400
description:
acl: Dropped default ACL cache timeout from 5 minutes to 30 seconds.

diffstat:

1 file changed, 1 insertion(+), 1 deletion(-)
src/plugins/acl/acl-backend-vfile.c |    2 +-

diffs (12 lines):

diff -r aef90950d50b -r 0e0ce37ef99d src/plugins/acl/acl-backend-vfile.c
--- a/src/plugins/acl/acl-backend-vfile.c	Thu Apr 02 18:14:51 2009 -0400
+++ b/src/plugins/acl/acl-backend-vfile.c	Thu Apr 02 18:25:58 2009 -0400
@@ -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


More information about the dovecot-cvs mailing list