mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
cluster/zeromq: Support configuring IO threads for proxy thread
This commit is contained in:
parent
ba7b605a97
commit
aad512c616
5 changed files with 21 additions and 3 deletions
|
@ -55,6 +55,14 @@ export {
|
|||
## By default, this is set to ``T`` on the manager and ``F`` elsewhere.
|
||||
const run_proxy_thread: bool = F &redef;
|
||||
|
||||
## How many IO threads to configure for the ZeroMQ context that
|
||||
## acts as a central broker.
|
||||
|
||||
## See ZeroMQ's `ZMQ_IO_THREADS documentation <http://api.zeromq.org/4-2:zmq-ctx-set#toc4>`_
|
||||
## and the `I/O threads <https://zguide.zeromq.org/docs/chapter2/#I-O-Threads>`
|
||||
## section in the ZeroMQ guide for details.
|
||||
const proxy_io_threads = 2 &redef;
|
||||
|
||||
## XSUB listen endpoint for the central broker.
|
||||
##
|
||||
## This setting is used for the XSUB socket of the central broker started
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue