Skip to content

Commit 7f9de3c

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

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
@@ -7,7 +7,7 @@ description: Learn how to increase the efficiency and throughput of your paracha
77

88
## Introduction
99

10-
This guide is relevant for Cumulus-based parachain projects started in 2023 or before, whose backing process is synchronous where parablocks can only be built on the latest relay chain block. Async backing allows collators to build parablocks on older relay chain blocks and create pipelines of multiple pending parablocks. This parallel block generation increases efficiency and throughput.
10+
This guide applies to parachain projects based on Cumulus that started in 2023 or earlier, where the backing process is synchronous, allowing parablocks to be built only on the latest relay chain block. In contrast, async backing allows collators to build parablocks on older relay chain blocks and create pipelines of multiple pending parablocks. This parallel block generation increases efficiency and throughput.
1111

1212
!!!note
1313
If starting a new parachain project, please use an async backing compatible template such as the [parachain template](https://github.com/paritytech/polkadot-sdk-parachain-template){target=\_blank}. The rollout process for async backing has three phases. Phases 1 and 2 below put new infrastructure in place. Then async backing is simply enabled in phase 3.

0 commit comments

Comments
 (0)