]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Document that prefeteches are exempt from select quotas
authorAram Sargsyan <aram@isc.org>
Fri, 7 Jun 2024 16:31:07 +0000 (16:31 +0000)
committerArаm Sаrgsyаn <aram@isc.org>
Mon, 26 Aug 2024 15:50:21 +0000 (15:50 +0000)
Add notes to the 'fetches-per-zone' and 'fetches-per-server' clauses
documentation to document that prefetches are exempted.

doc/arm/reference.rst

index bc185a58aff562c36ca845acb54ca97952769f92..cf1ba1b12ccb05c3449ca67252170392380df2d4 100644 (file)
@@ -3798,6 +3798,11 @@ system.
    is sent to that domain, it is recreated with the counters set
    to zero.)
 
+   .. note::
+
+       Fetches generated automatically in the result of :any:`prefetch` are
+       exempt from this quota.
+
 .. namedconf:statement:: fetches-per-server
    :tags: server, query
    :short: Sets the maximum number of simultaneous iterative queries allowed to be sent by a server to an upstream name server before the server blocks additional queries.
@@ -3829,6 +3834,11 @@ system.
    increased. The :any:`fetch-quota-params` options can be used to adjust
    the parameters for this calculation.
 
+   .. note::
+
+       Fetches generated automatically in the result of :any:`prefetch` are
+       exempt from this quota, but they are included in the quota calculations.
+
 .. namedconf:statement:: fetch-quota-params
    :tags: server, query
    :short: Sets the parameters for dynamic resizing of the :any:`fetches-per-server` quota in response to detected congestion.