diff --git a/scripts/base/frameworks/cluster/broker-stores.zeek b/scripts/base/frameworks/cluster/broker-stores.zeek index 04be1fe782..533fa82de7 100644 --- a/scripts/base/frameworks/cluster/broker-stores.zeek +++ b/scripts/base/frameworks/cluster/broker-stores.zeek @@ -37,7 +37,7 @@ event zeek_init() } # Send the auto masters we created to the newly connected node -event Broker::peer_added(endpoint: Broker::EndpointInfo, msg: string) &priority=1 +event Broker::peer_added(endpoint: Broker::EndpointInfo, msg: string) &priority=11 { if ( ! Cluster::is_enabled() ) return;