From 816381ed4541bb28a16da7fec0c2585f4f232a59 Mon Sep 17 00:00:00 2001 From: Santi Balaguer Date: Mon, 11 Dec 2023 08:48:53 +0100 Subject: [PATCH] Update maintain-guides-async-backing.md (#5417) --- docs/maintain/maintain-guides-async-backing.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/maintain/maintain-guides-async-backing.md b/docs/maintain/maintain-guides-async-backing.md index d2e17b9c1480..a25b478b2f6b 100644 --- a/docs/maintain/maintain-guides-async-backing.md +++ b/docs/maintain/maintain-guides-async-backing.md @@ -194,8 +194,7 @@ This phase consists of changes to your parachain’s runtime that activate async ![Unincluded-segment-capacity](../assets/async/async-backing-unincluded-segment.png) -3. Either decrease `MILLISECS_PER_BLOCK` to 6000 or increase `BLOCK_PROCESSING_VELOCITY` to 2 in - `runtime/src/lib.rs`. +3. Decrease `MILLISECS_PER_BLOCK` to 6000. - Note: For a parachain which measures time in terms of its own block number rather than by relay block number it may be preferable to increase velocity. Changing block time may cause