diff options
author | Thomas Markwalder <tmark@isc.org> | 2021-11-11 20:50:08 +0100 |
---|---|---|
committer | Thomas Markwalder <tmark@isc.org> | 2021-11-11 20:58:02 +0100 |
commit | 68554fb007b5b7db6c5a874587a5cffb8fddf219 (patch) | |
tree | 282573422dcedf08c9857d81e495de50f3c5f4c0 /doc/examples/kea6 | |
parent | [#2139] Final text edits through line 996 after review (diff) | |
download | kea-68554fb007b5b7db6c5a874587a5cffb8fddf219.tar.xz kea-68554fb007b5b7db6c5a874587a5cffb8fddf219.zip |
[#2139] Updated max-response-delay in example configs
modified:
doc/examples/kea4/ha-load-balancing-primary.json
doc/examples/kea6/ha-hot-standby.json
Diffstat (limited to 'doc/examples/kea6')
-rw-r--r-- | doc/examples/kea6/ha-hot-standby.json | 2 |
1 files changed, 1 insertions, 1 deletions
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 |