Is async backing supported? #1714
Answered
by
pepoviola
timbrinded
asked this question in
Q&A
-
How do you configure relay chain to use async backing? |
Beta Was this translation helpful? Give feedback.
Answered by
pepoviola
Feb 2, 2024
Replies: 1 comment
-
Hey @timbrinded, yes is supported. For example, using rococo-local as chain you can set this changes in the genesis config (in your [relaychain.genesis.runtimeGenesis.patch.configuration.config]
scheduling_lookahead = 2
[relaychain.genesis.runtimeGenesis.patch.configuration.config.async_backing_params]
max_candidate_depth = 3
allowed_ancestry_len = 2 Thx! |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
pepoviola
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hey @timbrinded, yes is supported. For example, using rococo-local as chain you can set this changes in the genesis config (in your
toml
).Thx!