]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
rewrite pdns-distributes-queries 9162/head
authorJosh Soref <jsoref@users.noreply.github.com>
Wed, 27 May 2020 19:40:50 +0000 (15:40 -0400)
committerGitHub <noreply@github.com>
Wed, 27 May 2020 19:40:50 +0000 (15:40 -0400)
pdns/recursordist/docs/settings.rst

index d44fc5cf6dc7402eb46ffbc8e65076c790640bfc..a3425b96cd80fdb5fecf5b9a792224b41e47ee74 100644 (file)
@@ -1246,10 +1246,10 @@ Maximum number of seconds to cache a 'server failure' answer in the packet cache
 -  Boolean
 -  Default: yes
 
-If set, PowerDNS will have only 1 thread listening on client sockets, and distribute work by itself over threads by using a hash of the query,
-maximizing the cache hit ratio. Starting with version 4.2.0, more than one distributing thread can be started using the `distributor-threads`_
-setting.
-Improves performance on Linux.
+If set, PowerDNS will use distinct threads to listen to client sockets and distribute that work to worker-threads using a hash of the query.
+This feature should maximize the cache hit ratio.
+To use more than one thread set `distributor-threads`_setting in version 4.2.0 or newer.
+Enabling should improve performance for medium sized resolvers.
 
 .. _setting-protobuf-use-kernel-timestamp: