]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#2139] Updated max-response-delay in example configs
authorThomas Markwalder <tmark@isc.org>
Thu, 11 Nov 2021 19:50:08 +0000 (14:50 -0500)
committerThomas Markwalder <tmark@isc.org>
Thu, 11 Nov 2021 19:58:02 +0000 (14:58 -0500)
modified:
    doc/examples/kea4/ha-load-balancing-primary.json
    doc/examples/kea6/ha-hot-standby.json

doc/examples/kea4/ha-load-balancing-primary.json
doc/examples/kea6/ha-hot-standby.json

index 77845132404147674bc80fe6c63651bf086ff5cd..f5b3aa409a5d447d6827a38e319bd21576b2f536 100644 (file)
                     "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
index a0eb6a167793a6eb204568f503074f3c54e2418c..a4c0207cf04c2541f44b08661a08af13a31984f5 100644 (file)
@@ -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