dovecot-2.1: stats: Increased idle timeout to 15 minutes.

dovecot at dovecot.org dovecot at dovecot.org
Mon Sep 12 14:44:10 EEST 2011


details:   http://hg.dovecot.org/dovecot-2.1/rev/502b794f654b
changeset: 13452:502b794f654b
user:      Timo Sirainen <tss at iki.fi>
date:      Mon Sep 12 14:44:01 2011 +0300
description:
stats: Increased idle timeout to 15 minutes.

diffstat:

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

diffs (12 lines):

diff -r 2492161a87f5 -r 502b794f654b src/stats/mail-session.c
--- a/src/stats/mail-session.c	Mon Sep 12 14:43:31 2011 +0300
+++ b/src/stats/mail-session.c	Mon Sep 12 14:44:01 2011 +0300
@@ -15,7 +15,7 @@
    process associated with it has crashed, and forcibly disconnect the
    session. Must be larger than SESSION_STATS_FORCE_REFRESH_SECS in
    stats plugin */
-#define MAIL_SESSION_IDLE_TIMEOUT_MSECS (1000*60*10)
+#define MAIL_SESSION_IDLE_TIMEOUT_MSECS (1000*60*15)
 
 static struct hash_table *mail_sessions_hash;
 /* sessions are sorted by their last_update timestamp, oldest first */


More information about the dovecot-cvs mailing list