mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 14:01:02 +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
@@ -65,12 +65,13 @@ fn main() -> Result<()> {
|
||||
config,
|
||||
polkadot_service::IsCollator::Yes(collator.collator_key()),
|
||||
None,
|
||||
true,
|
||||
false,
|
||||
None,
|
||||
None,
|
||||
false,
|
||||
polkadot_service::RealOverseerGen,
|
||||
None,
|
||||
None,
|
||||
)
|
||||
.map_err(|e| e.to_string())?;
|
||||
let mut overseer_handle = full_node
|
||||
|
||||
Reference in New Issue
Block a user