mirror of
https://github.com/zeek/zeek.git
synced 2025-10-09 18:18:19 +00:00
Finetuning communication CPU usage.
This commit is contained in:
parent
0208dd2844
commit
51009b73bc
3 changed files with 16 additions and 1 deletions
|
@ -44,7 +44,7 @@ event bro_init() &priority=9
|
|||
{
|
||||
if ( n$node_type == WORKER && n$proxy == node )
|
||||
Communication::nodes[i] =
|
||||
[$host=n$ip, $connect=F, $class=i, $sync=T, $auth=T, $events=worker2proxy_events];
|
||||
[$host=n$ip, $connect=F, $class=i, $sync=F, $auth=T, $events=worker2proxy_events];
|
||||
|
||||
# accepts connections from the previous one.
|
||||
# (This is not ideal for setups with many proxies)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue