dovecot-2.0: director: Changed the "user killed" delay from 12 s...

dovecot at dovecot.org dovecot at dovecot.org
Mon May 23 15:05:21 EEST 2011


details:   http://hg.dovecot.org/dovecot-2.0/rev/2bfdd566c149
changeset: 12825:2bfdd566c149
user:      Timo Sirainen <tss at iki.fi>
date:      Mon May 23 15:05:13 2011 +0300
description:
director: Changed the "user killed" delay from 12 secs to 2 secs.
It was 12 secs only for testing.

diffstat:

 src/director/director.c |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r 6bb200302acd -r 2bfdd566c149 src/director/director.c
--- a/src/director/director.c	Mon May 23 15:04:36 2011 +0300
+++ b/src/director/director.c	Mon May 23 15:05:13 2011 +0300
@@ -16,7 +16,7 @@
 #define DIRECTOR_RECONNECT_RETRY_SECS 60
 #define DIRECTOR_RECONNECT_TIMEOUT_MSECS (30*1000)
 #define DIRECTOR_USER_MOVE_TIMEOUT_MSECS (30*1000)
-#define DIRECTOR_USER_MOVE_FINISH_DELAY_MSECS (12*1000)
+#define DIRECTOR_USER_MOVE_FINISH_DELAY_MSECS (2*1000)
 
 static bool director_is_self_ip_set(struct director *dir)
 {


More information about the dovecot-cvs mailing list