From: Timo Sirainen Date: Fri, 23 Oct 2009 01:27:04 +0000 (-0400) Subject: example-config: Set process_limit=1 to auth service. X-Git-Tag: 2.0.alpha2~10 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=8752e048f9ad1bd9a2e02fd200c481a54cce97e1;p=thirdparty%2Fdovecot%2Fcore.git example-config: Set process_limit=1 to auth service. We'd currently break if there were more. --HG-- branch : HEAD --- diff --git a/doc/example-config/conf.d/master.conf b/doc/example-config/conf.d/master.conf index 63d8dac363..d9dcc5b18e 100644 --- a/doc/example-config/conf.d/master.conf +++ b/doc/example-config/conf.d/master.conf @@ -56,6 +56,8 @@ service auth { path = auth-master mode = 0600 } + + process_limit = 1 } service auth-worker {