Speed up test by lowering "heartbeat-interval" to 1

(cherry picked from commit 6c6580ea83)
This commit is contained in:
Michal Nowak 2024-01-23 19:47:23 +01:00
parent 5bc557c3bb
commit 03155da31e
No known key found for this signature in database
3 changed files with 3 additions and 3 deletions

View file

@ -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;
};

View file

@ -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;
};

View file

@ -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;
};