From 8752e048f9ad1bd9a2e02fd200c481a54cce97e1 Mon Sep 17 00:00:00 2001 From: Timo Sirainen Date: Thu, 22 Oct 2009 21:27:04 -0400 Subject: [PATCH] example-config: Set process_limit=1 to auth service. We'd currently break if there were more. --HG-- branch : HEAD --- doc/example-config/conf.d/master.conf | 2 ++ 1 file changed, 2 insertions(+) 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 { -- 2.47.3