[dovecot-cvs] dovecot/src/lib-index mail-transaction-log.c, 1.96, 1.97

cras at dovecot.org cras at dovecot.org
Fri Apr 29 13:48:33 EEST 2005


Update of /var/lib/cvs/dovecot/src/lib-index
In directory talvi:/tmp/cvs-serv2959/lib-index

Modified Files:
	mail-transaction-log.c 
Log Message:
Updated timeouts



Index: mail-transaction-log.c
===================================================================
RCS file: /var/lib/cvs/dovecot/src/lib-index/mail-transaction-log.c,v
retrieving revision 1.96
retrieving revision 1.97
diff -u -d -r1.96 -r1.97
--- mail-transaction-log.c	26 Apr 2005 16:32:02 -0000	1.96
+++ mail-transaction-log.c	29 Apr 2005 10:48:31 -0000	1.97
@@ -20,9 +20,9 @@
 #define LOG_PREFETCH 1024
 
 /* this lock should never exist for a long time.. */
-#define LOG_DOTLOCK_TIMEOUT 30
+#define LOG_DOTLOCK_TIMEOUT 60
 #define LOG_DOTLOCK_STALE_TIMEOUT 0
-#define LOG_DOTLOCK_IMMEDIATE_STALE_TIMEOUT 300
+#define LOG_DOTLOCK_IMMEDIATE_STALE_TIMEOUT 60
 
 #define MAIL_TRANSACTION_LOG_SUFFIX ".log"
 #define LOG_NEW_DOTLOCK_SUFFIX ".newlock"



More information about the dovecot-cvs mailing list