mirror of
https://github.com/isc-projects/bind9.git
synced 2026-05-28 04:34:54 -04:00
Bump max-recursion-queries to 100 in resolver system test
With max-recursion-queries set to 50 the resolver system test was
unstable in the "checking query resolution for a domain with a valid
glueless delegation chain" check as ns1 replied with SERVFAIL.
(cherry picked from commit 8e0244d300)
This commit is contained in:
parent
2e4e6daf98
commit
5a802a22b5
1 changed files with 1 additions and 1 deletions
|
|
@ -29,7 +29,7 @@ options {
|
|||
allow-query {!10.53.0.8; any; };
|
||||
max-zone-ttl unlimited;
|
||||
attach-cache "globalcache";
|
||||
max-recursion-queries 50;
|
||||
max-recursion-queries 100;
|
||||
};
|
||||
|
||||
server 10.53.0.3 {
|
||||
|
|
|
|||
Loading…
Reference in a new issue