changeset 3350:2af6d96e4134 HEAD

Updated timeouts
author Timo Sirainen <tss@iki.fi>
date Fri, 29 Apr 2005 13:48:31 +0300
parents 2fb11d57a734
children 63fc076992bf
files src/lib-index/mail-transaction-log.c
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/lib-index/mail-transaction-log.c	Fri Apr 29 13:26:06 2005 +0300
+++ b/src/lib-index/mail-transaction-log.c	Fri Apr 29 13:48:31 2005 +0300
@@ -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"