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

This commit is contained in:
Michal Nowak
2024-01-23 19:47:23 +01:00
parent 5ce1ff5214
commit 6c6580ea83
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;
};