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:
Oliver Gerlich 2022-06-06 17:10:15 +02:00
parent 7a5cdb2d83
commit 960e6102a0
1 changed files with 1 additions and 1 deletions

View File

@ -95,7 +95,7 @@
}, },
domain_switch = { domain_switch = {
target_domain = 'ffhb_batv15', 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) switch_time = 1653210000, -- Sun May 22 11:00:00 2022 CEST (this is just for testing)
connection_check_targets = { connection_check_targets = {
'2001:4860:4860::8888', '2001:4860:4860::8888',