Lower default monitoring interval to 15s
Faults are also reported on the monitoring interval, so 60s seems like too long. Lower this to 15 seconds by default instead.
This commit is contained in:
@ -216,7 +216,7 @@ timer:
|
||||
keepalive_interval: 5
|
||||
|
||||
# Monitoring interval (seconds)
|
||||
monitoring_interval: 60
|
||||
monitoring_interval: 15
|
||||
|
||||
# Fencing configuration
|
||||
fencing:
|
||||
|
Reference in New Issue
Block a user