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

cras at procontrol.fi cras at procontrol.fi
Mon May 31 22:08:59 EEST 2004


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

Modified Files:
	mail-transaction-log.c 
Log Message:
whops, wrong change. immediate_stale_timeout 2min -> 5min



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



More information about the dovecot-cvs mailing list