[dovecot-cvs] dovecot/src/imap-login client.c,1.60,1.61

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


Update of /var/lib/cvs/dovecot/src/imap-login
In directory talvi:/tmp/cvs-serv18698/imap-login

Modified Files:
	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/imap-login/client.c,v
retrieving revision 1.60
retrieving revision 1.61
diff -u -d -r1.60 -r1.61
--- client.c	12 Nov 2006 12:41:32 -0000	1.60
+++ client.c	24 Nov 2006 09:32:05 -0000	1.61
@@ -29,7 +29,7 @@
 #define MAX_IMAP_LINE 8192
 
 /* 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