dovecot-2.0: auth: Changed worker process to die after auth serv...

dovecot at dovecot.org dovecot at dovecot.org
Tue Mar 16 18:03:03 EET 2010


details:   http://hg.dovecot.org/dovecot-2.0/rev/87c462c463cc
changeset: 10921:87c462c463cc
user:      Timo Sirainen <tss at iki.fi>
date:      Tue Mar 16 18:02:29 2010 +0200
description:
auth: Changed worker process to die after auth server closes its connection.

diffstat:

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

diffs (12 lines):

diff -r 0d17bb09c358 -r 87c462c463cc src/auth/auth-settings.c
--- a/src/auth/auth-settings.c	Tue Mar 16 17:13:50 2010 +0200
+++ b/src/auth/auth-settings.c	Tue Mar 16 18:02:29 2010 +0200
@@ -88,7 +88,7 @@
 	.process_min_avail = 0,
 	.process_limit = 0,
 	.client_limit = 1,
-	.service_count = 0,
+	.service_count = 1,
 	.vsz_limit = -1U,
 
 	.unix_listeners = { { &auth_worker_unix_listeners_buf,


More information about the dovecot-cvs mailing list