]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
fix: usr: Ensure max-clients-per-query is at least clients-per-query
authorMatthijs Mekking <matthijs@isc.org>
Thu, 13 Mar 2025 13:02:48 +0000 (13:02 +0000)
committerMatthijs Mekking <matthijs@isc.org>
Thu, 13 Mar 2025 13:02:48 +0000 (13:02 +0000)
If the `max-clients-per-query` option is set to a lower value than `clients-per-query`, the value is adjusted to match `clients-per-query`.

Closes #5224

Merge branch '5224-raise-max-clients-per-query-to-be-at-least' into 'main'

See merge request isc-projects/bind9!10241


Trivial merge