mirror of
https://github.com/isc-projects/bind9.git
synced 2026-05-28 04:34:54 -04:00
Add fetches-per-zone 40 to qmin/ns5 configuration
The simple change causes assertion failure fixed in the previous commit.
(cherry picked from commit c2c9d8f01b)
This commit is contained in:
parent
afb345b0e8
commit
85d9311afe
1 changed files with 1 additions and 0 deletions
|
|
@ -27,6 +27,7 @@ options {
|
|||
resolver-query-timeout 30000; # 30 seconds
|
||||
dnssec-validation no;
|
||||
disable-empty-zone 10.in-addr.arpa;
|
||||
fetches-per-zone 40;
|
||||
};
|
||||
|
||||
key rndc_key {
|
||||
|
|
|
|||
Loading…
Reference in a new issue