Skip to content

Commit aaf00d7

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

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
@@ -30,7 +30,7 @@ You can see GitHub for an example of the Polkadot [`async_backing_params`](https
3030
You must also ensure the `lookahead` in [`schedulerParams`](https://paritytech.github.io/polkadot-sdk/master/cumulus_primitives_core/relay_chain/struct.SchedulerParams.html){target=\_blank} is set to `3`. You can verify the setting by querying the [`scheduler_params`](https://paritytech.github.io/polkadot-sdk/master/polkadot_runtime_parachains/configuration/struct.HostConfiguration.html#structfield.scheduler_params){target=\_blank} using the [`configuration.activeConfig()`](https://polkadot.js.org/apps/?rpc=wss%3A%2F%2Frpc-polkadot.helixstreet.io#/chainstate) query in Polkadot JS.
3131

3232
!!! warning
33-
The `lookahead` field must be set to 3; otherwise, parachain block times will degrade to worse than with sync backing!
33+
If the `lookahead` field is not set to 3, parachain block times will degrade, resulting in worse performance than using synchronous backing.
3434

3535
## Phase 1 - Update Parachain Runtime
3636

0 commit comments

Comments
 (0)