2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-30 14:07:59 +00:00

Update max-clients-per-query documentation

The new intended behavior is that 'max-clients-per-query' value is
raised to equal 'clients-per-query' if it is lower.
This commit is contained in:
Matthijs Mekking
2025-03-12 16:48:54 +01:00
parent 45ee3715e1
commit f50753f303

View File

@@ -3660,9 +3660,13 @@ system.
after 20 minutes if it has remained unchanged. after 20 minutes if it has remained unchanged.
If :any:`max-clients-per-query` is set to zero, there is no upper bound, other If :any:`max-clients-per-query` is set to zero, there is no upper bound, other
than that imposed by :any:`recursive-clients`. If :any:`clients-per-query` is than that imposed by :any:`recursive-clients`. If the option is set to a
set to zero, :any:`max-clients-per-query` no longer applies and there is no lower value than :any:`clients-per-query`, the value is adjusted to
upper bound, other than that imposed by :any:`recursive-clients`. :any:`clients-per-query`.
If :any:`clients-per-query` is set to zero, :any:`max-clients-per-query` no
longer applies and there is no upper bound, other than that imposed by
:any:`recursive-clients`.
.. namedconf:statement:: max-validations-per-fetch .. namedconf:statement:: max-validations-per-fetch
:tags: server :tags: server