We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd116ec commit 7294e35Copy full SHA for 7294e35
crates/node/src/constants.rs
@@ -16,7 +16,7 @@ pub(crate) const DEFAULT_BLOCK_TIME: u64 = 1000;
16
/// The default payload building duration in milliseconds for the sequencer.
17
pub(crate) const DEFAULT_PAYLOAD_BUILDING_DURATION: u64 = 800;
18
19
-/// The default payload building duration in milliseconds for the sequencer.
+/// The default payload building size limitation in milliseconds for the sequencer.
20
pub(crate) const DEFAULT_PAYLOAD_SIZE_LIMIT: u64 = 122_880;
21
22
/// The default max L1 messages per block for the sequencer.
0 commit comments