dovecot-2.1: director: USER sending timeout was higher than it n...

dovecot at dovecot.org dovecot at dovecot.org
Fri Apr 20 01:15:00 EEST 2012


details:   http://hg.dovecot.org/dovecot-2.1/rev/10f5456704a7
changeset: 14447:10f5456704a7
user:      Timo Sirainen <tss at iki.fi>
date:      Fri Apr 20 01:14:41 2012 +0300
description:
director: USER sending timeout was higher than it needed to be.
The problem was USER sending getting stuck, not the timeout itself..

diffstat:

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

diffs (12 lines):

diff -r 0c3c4d098842 -r 10f5456704a7 src/director/director-connection.c
--- a/src/director/director-connection.c	Fri Apr 20 00:59:01 2012 +0300
+++ b/src/director/director-connection.c	Fri Apr 20 01:14:41 2012 +0300
@@ -55,7 +55,7 @@
 /* Max time to wait for USERs in handshake to be sent. With a lot of users the
    kernel may quickly eat up everything we send, while the receiver is busy
    parsing the data. */
-#define DIRECTOR_CONNECTION_SEND_USERS_TIMEOUT_MSECS (120*1000)
+#define DIRECTOR_CONNECTION_SEND_USERS_TIMEOUT_MSECS (30*1000)
 /* Max idling time before "DONE" command must have been received,
    or we'll disconnect. */
 #define DIRECTOR_CONNECTION_DONE_TIMEOUT_MSECS (30*1000)


More information about the dovecot-cvs mailing list