dovecot-2.0: dict-file: Updated dotlock settings.

dovecot at dovecot.org dovecot at dovecot.org
Tue Dec 20 13:19:59 EET 2011


details:   http://hg.dovecot.org/dovecot-2.0/rev/4016e43d648f
changeset: 13003:4016e43d648f
user:      Timo Sirainen <tss at iki.fi>
date:      Tue Dec 20 13:16:55 2011 +0200
description:
dict-file: Updated dotlock settings.

diffstat:

 src/lib-dict/dict-file.c |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (15 lines):

diff -r e1fc2ab5e9f9 -r 4016e43d648f src/lib-dict/dict-file.c
--- a/src/lib-dict/dict-file.c	Mon Dec 19 09:12:58 2011 +0200
+++ b/src/lib-dict/dict-file.c	Tue Dec 20 13:16:55 2011 +0200
@@ -64,8 +64,9 @@
 };
 
 static struct dotlock_settings file_dict_dotlock_settings = {
-	.timeout = 30,
-	.stale_timeout = 5
+	.timeout = 60*2,
+	.stale_timeout = 60,
+	.use_io_notify = TRUE
 };
 
 static struct dict *file_dict_init(struct dict *driver, const char *uri,


More information about the dovecot-cvs mailing list