From: Ruben Kerkhof Date: Thu, 21 Jun 2018 09:24:20 +0000 (+0200) Subject: pdns-distributes-queries is on by default X-Git-Tag: dnsdist-1.3.1~23^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F6746%2Fhead;p=thirdparty%2Fpdns.git pdns-distributes-queries is on by default Document this --- diff --git a/pdns/recursordist/docs/settings.rst b/pdns/recursordist/docs/settings.rst index 37514304c4..edf2a0855c 100644 --- a/pdns/recursordist/docs/settings.rst +++ b/pdns/recursordist/docs/settings.rst @@ -856,6 +856,7 @@ Maximum number of seconds to cache a 'server failure' answer in the packet cache ``pdns-distributes-queries`` ---------------------------- - Boolean +- Default: yes If set, PowerDNS will have only 1 thread listening on client sockets, and distribute work by itself over threads. Improves performance on Linux.