]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
example-config: Set process_limit=1 to auth service.
authorTimo Sirainen <tss@iki.fi>
Fri, 23 Oct 2009 01:27:04 +0000 (21:27 -0400)
committerTimo Sirainen <tss@iki.fi>
Fri, 23 Oct 2009 01:27:04 +0000 (21:27 -0400)
We'd currently break if there were more.

--HG--
branch : HEAD

doc/example-config/conf.d/master.conf

index 63d8dac363f4f6d3019a9b5edac335e38c76c0d3..d9dcc5b18e16b43f08406e56a30aa42a628328f4 100644 (file)
@@ -56,6 +56,8 @@ service auth {
     path = auth-master
     mode = 0600
   }
+
+  process_limit = 1
 }
 
 service auth-worker {