dovecot-2.0-sslstream: anvil: Keep always one process running by...

dovecot at dovecot.org dovecot at dovecot.org
Sat Feb 13 02:55:44 EET 2010


details:   http://hg.dovecot.org/dovecot-2.0-sslstream/rev/b0017c5dd411
changeset: 10202:b0017c5dd411
user:      Timo Sirainen <tss at iki.fi>
date:      Mon Oct 26 23:46:53 2009 -0400
description:
anvil: Keep always one process running by default.

diffstat:

1 file changed, 1 insertion(+), 1 deletion(-)
src/anvil/anvil-settings.c |    2 +-

diffs (12 lines):

diff -r 01676e67cf38 -r b0017c5dd411 src/anvil/anvil-settings.c
--- a/src/anvil/anvil-settings.c	Mon Oct 26 23:45:18 2009 -0400
+++ b/src/anvil/anvil-settings.c	Mon Oct 26 23:46:53 2009 -0400
@@ -32,7 +32,7 @@ struct service_settings anvil_service_se
 
 	MEMBER(drop_priv_before_exec) FALSE,
 
-	MEMBER(process_min_avail) 0,
+	MEMBER(process_min_avail) 1,
 	MEMBER(process_limit) 1,
 	MEMBER(client_limit) 0,
 	MEMBER(service_count) 0,


More information about the dovecot-cvs mailing list