From a003958e87781729c9a9f74f6cb6ee8c319c240c Mon Sep 17 00:00:00 2001 From: Otto Moerbeek Date: Mon, 4 Nov 2024 12:00:48 +0100 Subject: [PATCH] Missing quotes as noted by @chbruyand Co-authored-by: Charles-Henri Bruyand --- pdns/recursordist/docs/upgrade.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.47.2