]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
spelling: explicitly
authorJosh Soref <2119212+jsoref@users.noreply.github.com>
Tue, 29 Nov 2022 13:38:23 +0000 (08:38 -0500)
committerPeter van Dijk <peter.van.dijk@powerdns.com>
Wed, 8 Mar 2023 13:32:04 +0000 (14:32 +0100)
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
pdns/dnsdistdist/docs/upgrade_guide.rst

index 9347e8ab99e16255b4ffb73783034f5b268bcd8e..f3302729e74e7cb5a266fc48c9c28d07cf03b163 100644 (file)
@@ -37,7 +37,7 @@ The packet cache no longer hashes EDNS Cookies by default, which means that two
 
 All TCP worker threads are now created at startup, instead of being created on-demand. The existing behaviour was useful for very small setups but did not scale quickly to a large amount of TCP connections.
 The new behaviour can cause a noticeable increase of TCP connections between dnsdist and its backends, as the TCP connections are not shared between TCP worker threads.
-This is especially true for setups with a large number of frontends (:func:`addLocal`, :func:`addTLSLocal`, and :func:`addDNSCryptBind` directives), as 1.6.0 sets the number of TCP workers to the number of TCP-enabled binds (with a minimum of 10), unless that number has been set explicitely via :func:`setMaxTCPClientThreads`.
+This is especially true for setups with a large number of frontends (:func:`addLocal`, :func:`addTLSLocal`, and :func:`addDNSCryptBind` directives), as 1.6.0 sets the number of TCP workers to the number of TCP-enabled binds (with a minimum of 10), unless that number has been set explicitly via :func:`setMaxTCPClientThreads`.
 
 Several actions have been renamed so that almost all actions that allow further processing of rules start with 'Set', to prevent mistakes: