mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-08 21:02:04 -04:00
update camp system test max-query-count
As named is now parent-centric, the global query count can be lower (in particular for queries which has a long delegation chain), as the resolver doesn't proactively resolve an NS name when a glue is provided by the parent-side of a zonecut. Update camp system test to lower the max-query-count of ns9, to ensure the max-query-count limit enforcement is still working.
This commit is contained in:
parent
6ed7a8a723
commit
355e762e69
1 changed files with 1 additions and 1 deletions
|
|
@ -26,7 +26,7 @@ options {
|
|||
|
||||
max-recursion-queries 50;
|
||||
max-query-restarts 50;
|
||||
max-query-count 100;
|
||||
max-query-count 50;
|
||||
};
|
||||
|
||||
key rndc_key {
|
||||
|
|
|
|||
Loading…
Reference in a new issue