Skip to content

Commit 6ae9769

Browse files
Update develop/parachains/maintenance/asynchronous-backing.md
Co-authored-by: Nicolás Hussein <[email protected]>
1 parent d6eb643 commit 6ae9769

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

develop/parachains/maintenance/asynchronous-backing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ zombienet):
4242
This phase involves configuring your parachain's runtime `/runtime/src/lib.rs` to make use of
4343
async backing system.
4444

45-
1. Establish and ensure constants for `capacity` and `velocity` are both set to `1` in the runtime.
45+
1. Establish and ensure that constants for capacity (`UNINCLUDED_SEGMENT_CAPACITY`) and velocity (`BLOCK_PROCESSING_VELOCITY`) are both set to `1` in the runtime.
4646
2. Establish and ensure the constant relay chain slot duration measured in milliseconds equal to
4747
`6000` in the runtime.
4848

0 commit comments

Comments
 (0)