commit 2445fd7bbd18a942aef57601b709405ae7c4b848
parent 4238431b9e3761b3aadd532a7cafe3c5148dfc00
Author: Joris Vink <joris@coders.se>
Date: Fri, 22 Mar 2019 09:52:00 +0100
use correct values for the option.
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git 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