Skip to content

Commit

Permalink
Update maintain-guides-async-backing.md (#5417)
Browse files Browse the repository at this point in the history
  • Loading branch information
SBalaguer authored Dec 11, 2023
1 parent 8999ec5 commit 816381e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docs/maintain/maintain-guides-async-backing.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 816381e

Please sign in to comment.