mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
Add Broker::max_live_threads and Broker::max_pcap_threads tunables
These may be used to change the number of scheduler threads that the underlying CAF library creates. In pcap mode, it's currently hardcoded to the minimal 4 threads due to potentially significant overhead in CAF.
This commit is contained in:
parent
6752ffcc8e
commit
c9fe9a943c
5 changed files with 55 additions and 17 deletions
5
CHANGES
5
CHANGES
|
@ -1,4 +1,9 @@
|
|||
|
||||
2.5-660 | 2018-06-12 13:49:39 -0500
|
||||
|
||||
* Add Broker::max_live_threads and Broker::max_pcap_threads tunables
|
||||
(Corelight)
|
||||
|
||||
2.5-658 | 2018-06-08 16:41:07 +0000
|
||||
|
||||
* Allow BRO_DEFAULT_LISTEN_ADDRESS to control broker listen address.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue