Skip av-store, make consensus task blocking (#2497)

This commit is contained in:
Sebastian Kunert
2023-05-01 10:22:56 +02:00
committed by GitHub
parent 3cec04002a
commit 2d9b3131d5
3 changed files with 284 additions and 283 deletions
+2 -2
View File
@@ -125,7 +125,7 @@ where
task_manager
.spawn_essential_handle()
.spawn("cumulus-consensus", None, consensus);
.spawn_blocking("cumulus-consensus", None, consensus);
let pov_recovery = PoVRecovery::new(
recovery_handle,
@@ -218,7 +218,7 @@ where
task_manager
.spawn_essential_handle()
.spawn("cumulus-consensus", None, consensus);
.spawn_blocking("cumulus-consensus", None, consensus);
let pov_recovery = PoVRecovery::new(
recovery_handle,