ffhb_11s.conf: increase domain_switch.switch_after_offline_mins to 1 day
We think it is more likely that nodes accidentally are offline for two hours and then would switch prematurely, than that they have incorrect system time during switchover and then switch one day too late.
This commit is contained in:
parent
37ca872459
commit
f1cf9cfe4b
|
@ -95,7 +95,7 @@
|
|||
},
|
||||
domain_switch = {
|
||||
target_domain = 'ffhb_batv15',
|
||||
switch_after_offline_mins = 120,
|
||||
switch_after_offline_mins = 1440, -- 1 day
|
||||
switch_time = 1653210000, -- Sun May 22 11:00:00 2022 CEST (this is just for testing)
|
||||
connection_check_targets = {
|
||||
'2001:4860:4860::8888',
|
||||
|
|
Loading…
Reference in New Issue