Lower listen/connect retry intervals in Broker and the cluster framework to 1sec

The former defaults (30sec, 1min) can slow down cluster startup and recovery
considerably, and other systems have more aggressive intervals still.
This commit is contained in:
Christian Kreibich 2025-04-24 16:22:17 -07:00
parent 7540d48fd5
commit 68fadd0464
4 changed files with 3 additions and 8 deletions

View file

@ -262,7 +262,7 @@ export {
## Interval for retrying failed connections between cluster nodes.
## If set, the ZEEK_DEFAULT_CONNECT_RETRY (given in number of seconds)
## environment variable overrides this option.
const retry_interval = 1min &redef;
const retry_interval = 1sec &redef;
## When using broker-enabled cluster framework, nodes broadcast this event
## to exchange their user-defined name along with a string that uniquely