dovecot: Idle timeout should have been 180 seconds, not 180 mill...
dovecot at dovecot.org
dovecot at dovecot.org
Fri Jan 4 00:01:06 EET 2008
details: http://hg.dovecot.org/dovecot/rev/4c6364f99ff0
changeset: 7100:4c6364f99ff0
user: Timo Sirainen <tss at iki.fi>
date: Fri Jan 04 00:00:08 2008 +0200
description:
Idle timeout should have been 180 seconds, not 180 milliseconds.
diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
src/pop3-login/client.c | 2 +-
diffs (12 lines):
diff -r 3f5b7bebfd82 -r 4c6364f99ff0 src/pop3-login/client.c
--- a/src/pop3-login/client.c Thu Jan 03 23:46:04 2008 +0200
+++ b/src/pop3-login/client.c Fri Jan 04 00:00:08 2008 +0200
@@ -27,7 +27,7 @@
#define MAX_OUTBUF_SIZE 4096
/* Disconnect client after idling this many milliseconds */
-#define CLIENT_LOGIN_IDLE_TIMEOUT_MSECS (3*60)
+#define CLIENT_LOGIN_IDLE_TIMEOUT_MSECS (3*60*1000)
/* Disconnect client when it sends too many bad commands */
#define CLIENT_MAX_BAD_COMMANDS 10
More information about the dovecot-cvs
mailing list