diff options
author | Marek Vavrusa <marek.vavrusa@nic.cz> | 2012-12-19 15:54:46 +0100 |
---|---|---|
committer | Marek Vavrusa <marek.vavrusa@nic.cz> | 2012-12-19 15:55:03 +0100 |
commit | 8c2d0640e40b003632c9850c3f09367c092502b0 (patch) | |
tree | 828f953a95cd512ad47d63d10420e79caf94d84e /samples/knot.full.conf | |
parent | Updated version to 1.1.3-rc1 (diff) | |
download | knot-8c2d0640e40b003632c9850c3f09367c092502b0.tar.xz knot-8c2d0640e40b003632c9850c3f09367c092502b0.zip |
Updated version to 1.1.3v1.1.3
Diffstat (limited to 'samples/knot.full.conf')
-rw-r--r-- | samples/knot.full.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/samples/knot.full.conf b/samples/knot.full.conf index bb3ba9258..3943b216c 100644 --- a/samples/knot.full.conf +++ b/samples/knot.full.conf @@ -36,11 +36,11 @@ system { # Number of workers per interface # This option is used to force number of threads used per interface # Default: unset (auto-estimates optimal value from the number of online CPUs) - workers 1; + # workers 3; # User for running server # May also specify user.group (e.g. knot.users) - user root; + # user knot.users; } # Section 'keys' contains list of TSIG keys |