mirror of
https://github.com/zeek/zeek.git
synced 2025-10-07 17:18:20 +00:00
Fixing missing sync in cluster setup.
This commit is contained in:
parent
08bf644848
commit
e738af73a0
1 changed files with 1 additions and 1 deletions
|
@ -70,7 +70,7 @@ event bro_init() &priority=9
|
|||
|
||||
if ( n$node_type == PROXY && me$proxy == i )
|
||||
Communication::nodes["proxy"] = [$host=nodes[i]$ip, $p=nodes[i]$p,
|
||||
$connect=T, $retry=1mins,
|
||||
$connect=T, $retry=1mins, $sync=T,
|
||||
$class=node];
|
||||
|
||||
if ( n$node_type == TIME_MACHINE && me?$time_machine && me$time_machine == i )
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue