make runtime API and chain API subsystems blocking too (#2526)

This commit is contained in:
Robert Habermeier
2021-02-25 01:26:49 -06:00
committed by GitHub
parent 327a203dc7
commit ae218bb608
+2 -2
View File
@@ -1557,7 +1557,7 @@ where
all_subsystems.runtime_api,
&metrics,
&mut seed,
TaskKind::Regular,
TaskKind::Blocking,
)?;
let availability_store_subsystem = spawn(
@@ -1587,7 +1587,7 @@ where
all_subsystems.chain_api,
&metrics,
&mut seed,
TaskKind::Regular,
TaskKind::Blocking,
)?;
let collation_generation_subsystem = spawn(