From: Otto Moerbeek Date: Mon, 4 Nov 2024 11:00:48 +0000 (+0100) Subject: Missing quotes as noted by @chbruyand X-Git-Tag: rec-5.2.0-alpha1~14^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F14816%2Fhead;p=thirdparty%2Fpdns.git Missing quotes as noted by @chbruyand Co-authored-by: Charles-Henri Bruyand --- diff --git a/pdns/recursordist/docs/upgrade.rst b/pdns/recursordist/docs/upgrade.rst index 0e06915630..b289f4b448 100644 --- a/pdns/recursordist/docs/upgrade.rst +++ b/pdns/recursordist/docs/upgrade.rst @@ -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