Skip to content

Commit 9ecdb44

Browse files
Update develop/parachains/maintenance/configure-asynchronous-backing.md
Co-authored-by: Dawn Kelly <[email protected]>
1 parent aaf00d7 commit 9ecdb44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

develop/parachains/maintenance/configure-asynchronous-backing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ You must also ensure the `lookahead` in [`schedulerParams`](https://paritytech.g
3434

3535
## Phase 1 - Update Parachain Runtime
3636

37-
This phase involves configuring your parachain's runtime `/runtime/src/lib.rs` to make use of async backing system.
37+
This phase involves configuring your parachain's runtime `/runtime/src/lib.rs` to utilize an async backing system.
3838

3939
1. Establish and ensure that constants for capacity ([`UNINCLUDED_SEGMENT_CAPACITY`](https://github.com/polkadot-fellows/runtimes/blob/d49a9f33d0ea85ce51c26c84a70b61624ec06901/system-parachains/constants/src/polkadot.rs#L42-L44){target=\_blank}) and velocity ([`BLOCK_PROCESSING_VELOCITY`](https://github.com/polkadot-fellows/runtimes/blob/d49a9f33d0ea85ce51c26c84a70b61624ec06901/system-parachains/constants/src/polkadot.rs#L45-L47){target=\_blank}) are both set to `1` in the runtime.
4040

0 commit comments

Comments
 (0)