]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Before this PR, if pdns-distributes-queries is *false* worker threads process both...
authorOtto Moerbeek <otto.moerbeek@open-xchange.com>
Fri, 1 Sep 2023 07:12:47 +0000 (09:12 +0200)
committerOtto Moerbeek <otto.moerbeek@open-xchange.com>
Wed, 13 Sep 2023 11:20:54 +0000 (13:20 +0200)
pdns/recursordist/docs/performance.rst

index 9acb87fe65ec58a0e5adc80a4b8e6e75dbea98e2..b5163b6645f49e86b49f83eda187c1aff98f568d 100644 (file)
@@ -185,7 +185,7 @@ Before version 5.0.0, TCP queries are processed by either the distributer thread
 Starting with version 5.0.0, :program:`Recursor` has dedicated thread(s) processing TCP queries.
 
 The maximum number of mthreads consumed by TCP queries is :ref:`setting-max-tcp-clients` times :ref:`setting-max-concurrent-requests-per-tcp-connection`.
-If :ref:`setting-pdns-distributes-queries` is true, this number should be (much) lower than :ref:`setting-max-mthreads`, to also allow UDP queries to be handled as these also consume mthreads.
+Before version 5.0.0, if :ref:`setting-pdns-distributes-queries` is false, this number should be (much) lower than :ref:`setting-max-mthreads`, to also allow UDP queries to be handled as these also consume mthreads.
 Note that :ref:`setting-max-mthreads` is a per Posix thread setting.
 This means that the global maximum number of mthreads  is (#distributor threads + #worker threads) * max-mthreads.