Skip to content

Commit 860725f

Browse files
committed
Apply suggestions
1 parent 9b3dc49 commit 860725f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

llms.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16118,7 +16118,7 @@ From an implementation perspective:
1611816118

1611916119
## Benefits of Elastic Scaling
1612016120

16121-
- **Increased throughput** - multiple concurrent cores enable parachains to process transactions at multiples of their previous capacity. By breaking the 1:1 relationship between parachain and relay chain blocks, applications can achieve significantly higher transaction volumes
16121+
- **Increased throughput** - multiple concurrent cores enable parachains to process transactions at multiples of their previous capacity. By allowing multiple parachain blocks to be validated within each relay chain block cycle, applications can achieve significantly higher transaction volumes
1612216122

1612316123
- **Lower latency** - transaction finality improves substantially with multi-core processing. Parachains currently achieve 2-second latency with three cores, with projected improvements to 500ms using 12 cores, enabling near-real-time application responsiveness
1612416124

polkadot-protocol/architecture/polkadot-chain/elastic-scaling.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ From an implementation perspective:
100100

101101
## Benefits of Elastic Scaling
102102

103-
- **Increased throughput** - multiple concurrent cores enable parachains to process transactions at multiples of their previous capacity. By breaking the 1:1 relationship between parachain and relay chain blocks, applications can achieve significantly higher transaction volumes
103+
- **Increased throughput** - multiple concurrent cores enable parachains to process transactions at multiples of their previous capacity. By allowing multiple parachain blocks to be validated within each relay chain block cycle, applications can achieve significantly higher transaction volumes
104104

105105
- **Lower latency** - transaction finality improves substantially with multi-core processing. Parachains currently achieve 2-second latency with three cores, with projected improvements to 500ms using 12 cores, enabling near-real-time application responsiveness
106106

0 commit comments

Comments
 (0)