dovecot-2.1: auth: Dropped default client_limit back to default_...

dovecot at dovecot.org dovecot at dovecot.org
Thu Nov 24 21:27:30 EET 2011


details:   http://hg.dovecot.org/dovecot-2.1/rev/8c8dd04b8496
changeset: 13785:8c8dd04b8496
user:      Timo Sirainen <tss at iki.fi>
date:      Thu Nov 24 21:27:19 2011 +0200
description:
auth: Dropped default client_limit back to default_client_limit.
Having it above 1024 logs an annoying warning at startup. Also in most cases
the auth process wouldn't have nearly that many clients. If about 1000
imap/pop3 processes were logging in at the exact same time, the limit would
be reached, but that's a bit unlikely.

diffstat:

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

diffs (12 lines):

diff -r f6069185b418 -r 8c8dd04b8496 src/auth/auth-settings.c
--- a/src/auth/auth-settings.c	Thu Nov 24 03:05:54 2011 +0200
+++ b/src/auth/auth-settings.c	Thu Nov 24 21:27:19 2011 +0200
@@ -49,7 +49,7 @@
 
 	.process_min_avail = 0,
 	.process_limit = 1,
-	.client_limit = 4096,
+	.client_limit = 0,
 	.service_count = 0,
 	.idle_kill = 0,
 	.vsz_limit = (uoff_t)-1,


More information about the dovecot-cvs mailing list