Speed up test by lowering "heartbeat-interval" to 1
This commit is contained in:
@@ -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;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user