From: Matthijs Mekking Date: Wed, 12 Mar 2025 15:48:54 +0000 (+0100) Subject: Update max-clients-per-query documentation X-Git-Tag: v9.21.7~58^2~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f50753f303e8969610f28f3a64f81be4b5f5594b;p=thirdparty%2Fbind9.git 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. --- diff --git a/doc/arm/reference.rst b/doc/arm/reference.rst index c4245cf869c..612fda7ad48 100644 --- a/doc/arm/reference.rst +++ b/doc/arm/reference.rst @@ -3660,9 +3660,13 @@ system. after 20 minutes if it has remained unchanged. 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 - 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`. + than that imposed by :any:`recursive-clients`. If the option is set to a + lower value than :any:`clients-per-query`, the value is adjusted to + :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 :tags: server