mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-13 09:21:05 +00:00
dyn overseer channel capacity (#5454)
* allow runtime adjustment of signal channel size Closes #5436
This commit is contained in:
committed by
GitHub
parent
2e1a3441f9
commit
abf882c591
@@ -138,6 +138,12 @@ pub struct RunCmd {
|
||||
/// telemetry, if telemetry is enabled.
|
||||
#[clap(long)]
|
||||
pub no_hardware_benchmarks: bool,
|
||||
|
||||
/// Overseer message capacity override.
|
||||
///
|
||||
/// **Dangerous!** Do not touch unless explicitly adviced to.
|
||||
#[clap(long)]
|
||||
pub overseer_channel_capacity_override: Option<usize>,
|
||||
}
|
||||
|
||||
#[allow(missing_docs)]
|
||||
|
||||
Reference in New Issue
Block a user