changeset 10153:23cdea955eb3 HEAD

example-config: Set process_limit=1 to auth service. We'd currently break if there were more.
author Timo Sirainen <tss@iki.fi>
date Thu, 22 Oct 2009 21:27:04 -0400
parents 383da67215d9
children ae2d8b121f91
files doc/example-config/conf.d/master.conf
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/doc/example-config/conf.d/master.conf	Thu Oct 22 21:21:05 2009 -0400
+++ b/doc/example-config/conf.d/master.conf	Thu Oct 22 21:27:04 2009 -0400
@@ -56,6 +56,8 @@
     path = auth-master
     mode = 0600
   }
+
+  process_limit = 1
 }
 
 service auth-worker {