]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
dnsdist: The 'number of TCP workers' revert did not make it to 1.6.1 10704/head
authorRemi Gacogne <remi.gacogne@powerdns.com>
Mon, 13 Sep 2021 14:11:58 +0000 (16:11 +0200)
committerRemi Gacogne <remi.gacogne@powerdns.com>
Tue, 14 Sep 2021 07:23:55 +0000 (09:23 +0200)
pdns/dnsdistdist/docs/reference/tuning.rst
pdns/dnsdistdist/docs/upgrade_guide.rst

index f899951077c4f72d8980a6ff90d4612a43692fe3..df29593ec97383d5f62a8c3a9fd926bf3ed9bec0 100644 (file)
@@ -13,14 +13,14 @@ Tuning related functions
 
   .. versionchanged:: 1.6.0
     Before 1.6.0 the default value was 10.
-  .. versionchanged:: 1.6.1
+  .. versionchanged:: 1.7.0
     The default value has been set back to 10.
 
   Set the maximum of TCP client threads, handling TCP connections. Before 1.4.0 a TCP thread could only handle a single incoming TCP connection at a time, while after 1.4.0 it can handle a larger number of them simultaneously.
 
   Note that before 1.6.0 the TCP worker threads were created at runtime, adding a new thread when the existing ones seemed to struggle with the load, until the maximum number of threads had been reached. Starting with 1.6.0 the configured number of worker threads are immediately created at startup.
 
-  In 1.6.0 the default value was at least 10 TCP workers, but could be more if there is more than 10 TCP listeners (added via :func:`addDNSCryptBind`, :func:`addLocal`, or :func:`addTLSLocal`). In that last case there would have been as many TCP workers as TCP listeners. This led to issues in setups with a large number of TCP listeners and was therefore reverted back to 10 in 1.6.1.
+  In 1.6.0 the default value was at least 10 TCP workers, but could be more if there is more than 10 TCP listeners (added via :func:`addDNSCryptBind`, :func:`addLocal`, or :func:`addTLSLocal`). In that last case there would have been as many TCP workers as TCP listeners. This led to issues in setups with a large number of TCP listeners and was therefore reverted back to 10 in 1.7.0.
 
   :param int num: The number of TCP worker threads.
 
index 487a7e98760f7f100cb20ee79402e60a17d78265..a770666287bb603de2894e2befb7ae10340805f4 100644 (file)
@@ -8,9 +8,6 @@ Truncated responses received over UDP for DoH clients will now be retried over T
 
 :func:`setTCPUseSinglePipe` has been removed.
 
-1.6.0 to 1.6.1
---------------
-
 Unless set via :func:`setMaxTCPClientThreads` the number of TCP workers now defaults to 10, instead of the number of TCP binds.
 
 1.5.x to 1.6.0