]> git.ipfire.org Git - thirdparty/bind9.git/commit
chg: usr: Exempt prefetches from the fetches-per-zone and fetches-per-server quotas
authorArаm Sаrgsyаn <aram@isc.org>
Mon, 26 Aug 2024 15:50:50 +0000 (15:50 +0000)
committerArаm Sаrgsyаn <aram@isc.org>
Mon, 26 Aug 2024 15:50:50 +0000 (15:50 +0000)
commit4cd73e2536c8f38f54bc1c57aaea06ede04c3edd
treeaf7a08518119d64bdf11e02539f85020490ed6fc
parentf99da39934dd8260cfe9c699b6910c6629534c83
parentad329ddcaa2fc7c3e645e052867cace8b43ab891
chg: usr: Exempt prefetches from the fetches-per-zone and fetches-per-server quotas

Fetches generated automatically as a result of 'prefetch' are now
exempt from the 'fetches-per-zone' and 'fetches-per-server' quotas.
This should help in maintaining the cache from which query responses
can be given.

Closes #4219

Merge branch '4219-exempt-good-queries-from-fetch-limits' into 'main'

Closes #4219

See merge request isc-projects/bind9!9095