From 9a739f4a93c60c0bb1b0754000fa62154eab41da Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marek=20Vavru=C5=A1a?= <marek.vavrusa@nic.cz> Date: Fri, 6 Jun 2014 13:43:02 +0200 Subject: [PATCH] samples: background-workers config example --- samples/knot.full.conf | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/samples/knot.full.conf b/samples/knot.full.conf index e45c9ee88b..91b521eafa 100644 --- a/samples/knot.full.conf +++ b/samples/knot.full.conf @@ -42,6 +42,11 @@ system { # Default: unset (auto-estimates optimal value from the number of online CPUs) # workers 3; + # Number of background workers + # This option is used to set number of threads used to execute background + # operations (e.g., zone loading, zone signing, XFR zone updates, ...) + # Default: unset (auto-estimates optimal value from the number of online CPUs) + # background-workers 4; # User for running server # May also specify user.group (e.g. knot.users) # user knot.users; -- GitLab