From 7a968591098cc3343deac7c04a507ec4632b7560 Mon Sep 17 00:00:00 2001 From: Alexandru Gheorghe Date: Tue, 30 Jan 2024 09:55:32 +0200 Subject: [PATCH] Move candidate-validation on blocking tasks Signed-off-by: Alexandru Gheorghe --- polkadot/node/overseer/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/polkadot/node/overseer/src/lib.rs b/polkadot/node/overseer/src/lib.rs index f4eddf1f41ce..e16a3fd27ab3 100644 --- a/polkadot/node/overseer/src/lib.rs +++ b/polkadot/node/overseer/src/lib.rs @@ -465,7 +465,7 @@ pub async fn forward_events>(client: Arc

, mut hand message_capacity=2048, )] pub struct Overseer { - #[subsystem(CandidateValidationMessage, sends: [ + #[subsystem(blocking, CandidateValidationMessage, sends: [ RuntimeApiMessage, ])] candidate_validation: CandidateValidation,