mirror of
https://github.com/isc-projects/bind9.git
synced 2026-05-28 04:34:54 -04:00
[9.20] chg: test: 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. Closes #4897 Backport of MR !9435 Merge branch 'backport-4897-resolver-ns1-max-recursion-queries-100-9.20' into 'bind-9.20' See merge request isc-projects/bind9!9440
This commit is contained in:
commit
c5abdfc8f6
1 changed files with 1 additions and 1 deletions
|
|
@ -30,7 +30,7 @@ options {
|
|||
max-zone-ttl unlimited;
|
||||
resolver-query-timeout 5000; # 5 seconds
|
||||
attach-cache "globalcache";
|
||||
max-recursion-queries 50;
|
||||
max-recursion-queries 100;
|
||||
};
|
||||
|
||||
trust-anchors { };
|
||||
|
|
|
|||
Loading…
Reference in a new issue