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

dovecot at dovecot.org dovecot at dovecot.org
Tue Dec 20 13:16:56 EET 2011


details:   http://hg.dovecot.org/dovecot-2.1/rev/53114d335053
changeset: 13870:53114d335053
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 1d73272eba6c -r 53114d335053 src/lib-dict/dict-file.c
--- a/src/lib-dict/dict-file.c	Mon Dec 19 09:10:29 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