dovecot-2.0: auth: Increased default client_limit to 4096.

dovecot at dovecot.org dovecot at dovecot.org
Thu Mar 25 17:03:17 EET 2010


details:   http://hg.dovecot.org/dovecot-2.0/rev/7d7540af8446
changeset: 10978:7d7540af8446
user:      Timo Sirainen <tss at iki.fi>
date:      Thu Mar 25 17:01:21 2010 +0200
description:
auth: Increased default client_limit to 4096.

diffstat:

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

diffs (12 lines):

diff -r 4191ba54c8aa -r 7d7540af8446 src/auth/auth-settings.c
--- a/src/auth/auth-settings.c	Thu Mar 25 17:00:48 2010 +0200
+++ b/src/auth/auth-settings.c	Thu Mar 25 17:01:21 2010 +0200
@@ -47,7 +47,7 @@
 
 	.process_min_avail = 0,
 	.process_limit = 1,
-	.client_limit = 0,
+	.client_limit = 4096,
 	.service_count = 0,
 	.vsz_limit = -1U,
 


More information about the dovecot-cvs mailing list