mirror of
https://github.com/pezkuwichain/pezkuwi-telemetry.git
synced 2026-06-14 01:31:00 +00:00
Allow multiple aggregator loops in the core to try and spread feed subscription/send cost out
This commit is contained in:
@@ -404,6 +404,9 @@ struct SoakTestOpts {
|
||||
/// The number of nodes to connect to each feed
|
||||
#[structopt(long)]
|
||||
nodes: usize,
|
||||
/// Number of aggregator loops to use in the core
|
||||
#[structopt(long)]
|
||||
core_num_aggregators: Option<usize>,
|
||||
/// Number of worker threads the core will use
|
||||
#[structopt(long)]
|
||||
core_worker_threads: Option<usize>,
|
||||
|
||||
Reference in New Issue
Block a user