Skip to content

Commit 7294e35

Browse files
yiweichigeorgehao
andauthored
Update crates/node/src/constants.rs
Co-authored-by: georgehao <[email protected]>
1 parent cd116ec commit 7294e35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/node/src/constants.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ pub(crate) const DEFAULT_BLOCK_TIME: u64 = 1000;
1616
/// The default payload building duration in milliseconds for the sequencer.
1717
pub(crate) const DEFAULT_PAYLOAD_BUILDING_DURATION: u64 = 800;
1818

19-
/// The default payload building duration in milliseconds for the sequencer.
19+
/// The default payload building size limitation in milliseconds for the sequencer.
2020
pub(crate) const DEFAULT_PAYLOAD_SIZE_LIMIT: u64 = 122_880;
2121

2222
/// The default max L1 messages per block for the sequencer.

0 commit comments

Comments
 (0)