We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
After the runtime upgrade with async backing is activated there will be two new parameters:
"async_backing_params": { "max_candidate_depth": 0, "allowed_ancestry_len": 0 }
These need to be set to 3 and 2 respectively in governance for async backing to be enabled.
⚠️ scheduling_lookahead must also be set to 2 along with this change otherwise parachain block times will degrade to worse than with sync backing! ⚠️
scheduling_lookahead
The text was updated successfully, but these errors were encountered:
Async backing has been enabled on both kusama and polkadot, see #3226
Sorry, something went wrong.
Sophia-Gold
No branches or pull requests
After the runtime upgrade with async backing is activated there will be two new parameters:
These need to be set to 3 and 2 respectively in governance for async backing to be enabled.
scheduling_lookahead
must also be set to 2 along with this change otherwise parachain block times will degrade to worse than with sync backing!The text was updated successfully, but these errors were encountered: