ha time

  1. S

    Modify the HA triggering time

    I want to modify the HA triggering time from 120s to about 60s.The following is my modifications: pve-ha-manager:src/PVE/HA/NodeStatus.pm -my $fence_delay = 60; +my $fence_delay = 30; pve-ha-manager:src/watchdog-mux.c -int client_watchdog_timeout = 60; +int client_watchdog_timeout = 30...