]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Missing quotes as noted by @chbruyand 14816/head
authorOtto Moerbeek <otto.moerbeek@open-xchange.com>
Mon, 4 Nov 2024 11:00:48 +0000 (12:00 +0100)
committerGitHub <noreply@github.com>
Mon, 4 Nov 2024 11:00:48 +0000 (12:00 +0100)
Co-authored-by: Charles-Henri Bruyand <charleshenri.bruyand+github@gmail.com>
pdns/recursordist/docs/upgrade.rst

index 0e069156303614739e18509e9e430d9ff5480efc..b289f4b4487fde2184ebefbf4bd0c662b7b48df6 100644 (file)
@@ -22,7 +22,7 @@ If there are too many incoming TCP connections, new connections will be accepted
 Previously, excess connections would linger in the OS listen queue until timeout or until processing of incoming TCP connections resumed due to the number of connections being processed dropping below the limit.
 There is a new metric ``tcp-overflow`` that counts the connections closed immediately.
 
-The ``outqueries-per-query`` value reported in the log by the periodic statistics function is now reported as ``outqueries-per-query-perc` as it is a percentage.
+The ``outqueries-per-query`` value reported in the log by the periodic statistics function is now reported as ``outqueries-per-query-perc`` as it is a percentage.
 A value of 1 means that on average each 100 incoming queries lead to a single query to an authoritative server.
 
 5.0.6 to 5.1.0