[dovecot-cvs] dovecot/src/pop3-login client.c,1.50.2.9,1.50.2.10

tss at dovecot.org tss at dovecot.org
Fri Nov 24 09:32:03 UTC 2006


Update of /var/lib/cvs/dovecot/src/pop3-login
In directory talvi:/tmp/cvs-serv18700/pop3-login

Modified Files:
      Tag: branch_1_0
	client.c 
Log Message:
Increase allowed pre-login idle timeout from 1 minute to 3 minutes. This
allows the user to type the password more slowly, although I haven't heard
this causing problems for anyone.



Index: client.c
===================================================================
RCS file: /var/lib/cvs/dovecot/src/pop3-login/client.c,v
retrieving revision 1.50.2.9
retrieving revision 1.50.2.10
diff -u -d -r1.50.2.9 -r1.50.2.10
--- client.c	12 Nov 2006 12:41:29 -0000	1.50.2.9
+++ client.c	24 Nov 2006 09:32:01 -0000	1.50.2.10
@@ -27,7 +27,7 @@
 #define MAX_OUTBUF_SIZE 4096
 
 /* Disconnect client after idling this many seconds */
-#define CLIENT_LOGIN_IDLE_TIMEOUT 60
+#define CLIENT_LOGIN_IDLE_TIMEOUT (3*60)
 
 /* Disconnect client when it sends too many bad commands */
 #define CLIENT_MAX_BAD_COMMANDS 10



More information about the dovecot-cvs mailing list