]> git.ipfire.org Git - thirdparty/bind9.git/commit
Change default max-recursion-queries to 50
authorMatthijs Mekking <matthijs@isc.org>
Thu, 5 Dec 2024 08:52:38 +0000 (09:52 +0100)
committerMatthijs Mekking <matthijs@isc.org>
Fri, 6 Dec 2024 15:17:53 +0000 (15:17 +0000)
commit84519c106ccadec10de28da31d8d0bbc939b0804
treed4b35795c8a24d1ddbac5872e53541685e5145c2
parent69b2f99c00d6dffb271e33002df24ae7e4cd751a
Change default max-recursion-queries to 50

Changing the default for max-recursion-queries from 100 to 32 was too
strict in some cases, especially lookups in reverse IPv6 trees started
to fail more frequently. From issue #4921 it looks like 50 is a better
default.

Now that we have 'max-query-count' as a global limit of outgoing queries
per client request, we can increase the default for
'max-recursion-queries' again, as the number of recursive queries is
no longer bound by the multiple of 'max-recursion-queries' and
'max-query-restarts'.

(cherry picked from commit 84df920d9e1e256e5132b10db098b1abfdda301e)
bin/named/config.c
doc/arm/reference.rst