Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/base-chain/specs/upgrades/holocene/derivation.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ better worst-case cached data usage.

- The frame queue only ever holds frames from a single batcher transaction.
- The channel bank only ever holds a single staging channel, that is either being built up by
incoming frames, or is is being processed by later stages.
incoming frames, or is being processed by later stages.
- The batch queue only ever holds at most a single span batch (that is being processed) and a single singular
batch (from the span batch, or the staging channel directly)
- The sync start greatly simplifies in the average production case.
Expand Down
Loading