From: Thomas Markwalder Date: Thu, 11 Nov 2021 19:50:08 +0000 (-0500) Subject: [#2139] Updated max-response-delay in example configs X-Git-Tag: Kea-2.1.1~94 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=68554fb007b5b7db6c5a874587a5cffb8fddf219;p=thirdparty%2Fkea.git [#2139] Updated max-response-delay in example configs modified: doc/examples/kea4/ha-load-balancing-primary.json doc/examples/kea6/ha-hot-standby.json --- diff --git a/doc/examples/kea4/ha-load-balancing-primary.json b/doc/examples/kea4/ha-load-balancing-primary.json index 7784513240..f5b3aa409a 100644 --- a/doc/examples/kea4/ha-load-balancing-primary.json +++ b/doc/examples/kea4/ha-load-balancing-primary.json @@ -105,7 +105,7 @@ "heartbeat-delay": 10000, // Maximum time for partner's response to a heartbeat, after which // failure detection is started. This is specified in milliseconds. - "max-response-delay": 10000, + "max-response-delay": 60000, // The following parameters control how the server detects the // partner's failure. The ACK delay sets the threshold for the // 'secs' field of the received discovers. This is specified in diff --git a/doc/examples/kea6/ha-hot-standby.json b/doc/examples/kea6/ha-hot-standby.json index a0eb6a1677..a4c0207cf0 100644 --- a/doc/examples/kea6/ha-hot-standby.json +++ b/doc/examples/kea6/ha-hot-standby.json @@ -63,7 +63,7 @@ "heartbeat-delay": 10000, // Maximum time for partner's response to a heartbeat, after which // failure detection is started. This is specified in milliseconds. - "max-response-delay": 10000, + "max-response-delay": 60000, // The following parameters control how the server detects the // partner's failure. The ACK delay sets the threshold for the // 'secs' field of the received discovers. This is specified in