dyn overseer channel capacity (#5454)

* allow runtime adjustment of signal channel size

Closes #5436
This commit is contained in:
Bernhard Schuster
2022-05-05 17:22:17 +02:00
committed by GitHub
parent 2e1a3441f9
commit abf882c591
8 changed files with 104 additions and 11 deletions
+1
View File
@@ -98,6 +98,7 @@ pub fn new_full(
false,
polkadot_service::RealOverseerGen,
None,
None,
)
}