Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

Commit

Permalink
make runtime API and chain API subsystems blocking too (#2526)
Browse files Browse the repository at this point in the history
  • Loading branch information
rphmeier committed Feb 25, 2021
1 parent 4dc7f4d commit 0e790c0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions node/overseer/src/lib.rs
Expand Up @@ -1557,7 +1557,7 @@ where
all_subsystems.runtime_api,
&metrics,
&mut seed,
TaskKind::Regular,
TaskKind::Blocking,
)?;

let availability_store_subsystem = spawn(
Expand Down Expand Up @@ -1587,7 +1587,7 @@ where
all_subsystems.chain_api,
&metrics,
&mut seed,
TaskKind::Regular,
TaskKind::Blocking,
)?;

let collation_generation_subsystem = spawn(
Expand Down

0 comments on commit 0e790c0

Please sign in to comment.