From 2445fd7bbd18a942aef57601b709405ae7c4b848 Mon Sep 17 00:00:00 2001 From: Joris Vink Date: Fri, 22 Mar 2019 09:52:00 +0100 Subject: [PATCH] use correct values for the option. --- conf/kore.conf.example | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/conf/kore.conf.example b/conf/kore.conf.example index 790b7ba..cd16f6c 100644 --- a/conf/kore.conf.example +++ b/conf/kore.conf.example @@ -58,8 +58,8 @@ workers 4 # the worker process is automatically restarted. # # If you want the kore server to exit if a worker dies -# you can swap the policy to "terminate-server". -#worker_death_policy restart-worker +# you can swap the policy to "terminate". +#worker_death_policy restart # Workers bind themselves to a single CPU by default. # Turn this off by setting this option to 0