[dovecot-cvs] dovecot/src/lib-index mail-transaction-log.c, 1.32, 1.33

cras at procontrol.fi cras at procontrol.fi
Mon May 31 22:07:11 EEST 2004


Update of /home/cvs/dovecot/src/lib-index
In directory talvi:/tmp/cvs-serv6829

Modified Files:
	mail-transaction-log.c 
Log Message:
Grow log_dotlock_timeout to 120sec



Index: mail-transaction-log.c
===================================================================
RCS file: /home/cvs/dovecot/src/lib-index/mail-transaction-log.c,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -d -r1.32 -r1.33
--- a/mail-transaction-log.c	30 May 2004 16:35:18 -0000	1.32
+++ b/mail-transaction-log.c	31 May 2004 19:07:08 -0000	1.33
@@ -18,7 +18,7 @@
 #include <sys/stat.h>
 
 /* this lock should never exist for a long time.. */
-#define LOG_DOTLOCK_TIMEOUT 30
+#define LOG_DOTLOCK_TIMEOUT 120
 #define LOG_DOTLOCK_STALE_TIMEOUT 0
 #define LOG_DOTLOCK_IMMEDIATE_STALE_TIMEOUT 120
 



More information about the dovecot-cvs mailing list