Skip to content
Merged
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 op-node/flags/flags.go
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ var (
L1CacheSize = &cli.UintFlag{
Name: "l1.cache-size",
Usage: "Cache size for blocks, receipts and transactions. " +
"If this flag is set to 0, 2/3 of the sequencing window size is used (usually 2400). " +
"If this flag is set to 0, 3/2 of the sequencing window size is used (usually 2400). " +
"The default value of 900 (~3h of L1 blocks) is good for (high-throughput) networks that see frequent safe head increments. " +
"On (low-throughput) networks with infrequent safe head increments, it is recommended to set this value to 0, " +
"or a value that well covers the typical span between safe head increments. " +
Expand Down