mirror of
https://github.com/isc-projects/bind9.git
synced 2026-03-27 04:43:08 -04:00
Speed up test by lowering "heartbeat-interval" to 1
This commit is contained in:
parent
5ce1ff5214
commit
6c6580ea83
3 changed files with 3 additions and 3 deletions
|
|
@ -21,7 +21,7 @@ options {
|
|||
pid-file "named.pid";
|
||||
listen-on { 10.53.0.1; };
|
||||
listen-on-v6 { none; };
|
||||
heartbeat-interval 2;
|
||||
heartbeat-interval 1;
|
||||
recursion no;
|
||||
dnssec-validation no;
|
||||
};
|
||||
|
|
|
|||
|
|
@ -21,7 +21,7 @@ options {
|
|||
pid-file "named.pid";
|
||||
listen-on { 10.53.0.2; };
|
||||
listen-on-v6 { none; };
|
||||
heartbeat-interval 2;
|
||||
heartbeat-interval 1;
|
||||
recursion no;
|
||||
dnssec-validation no;
|
||||
};
|
||||
|
|
|
|||
|
|
@ -21,7 +21,7 @@ options {
|
|||
pid-file "named.pid";
|
||||
listen-on { 10.53.0.3; };
|
||||
listen-on-v6 { none; };
|
||||
heartbeat-interval 2;
|
||||
heartbeat-interval 1;
|
||||
recursion no;
|
||||
dnssec-validation no;
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in a new issue