commit 727838ebd691a4c858ffe8ba1bfa119ba37a6aee
parent c0130ccc5758f4927f407ebb89ed6bdaf706d1e2
Author: Daniel Chavez <dacechavez@gmail.com>
Date: Sat, 4 May 2019 23:31:10 +0200
mention the worker_death_policy setting
Diffstat:
1 file changed, 3 insertions(+), 0 deletions(-)
diff --git a/applications/koreconf.md b/applications/koreconf.md
@@ -39,6 +39,9 @@ There are more options than what is listed below, specifically for validators, a
> The number of accepts a worker will do in one go before going up its
> accept lock to another worker.
+**worker_death_policy** (default: restart)
+> Workers are restarted when they unexpectedly exit. Setting this to "terminate" will instead bring down the entire Kore server.
+
**worker_set_affinity** (default: enabled)
> Workers bind themselves to a single CPU by default. Turn this off by setting this option to 0.