mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-13 07:01:05 +00:00
Skip av-store, make consensus task blocking (#2497)
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user