Skip to content

Commit e721a7a

Browse files
committed
test payload size
1 parent d1d295a commit e721a7a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

crates/node/src/constants.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ pub(crate) const DEFAULT_BLOCK_TIME: u64 = 1000;
3333
pub(crate) const DEFAULT_PAYLOAD_BUILDING_DURATION: u64 = 800;
3434

3535
/// The default payload size limit in bytes for the sequencer.
36-
pub(crate) const DEFAULT_PAYLOAD_SIZE_LIMIT: u64 = 122_880;
36+
pub(crate) const DEFAULT_PAYLOAD_SIZE_LIMIT: u64 = 122_8800;
3737

3838
/// The gap in blocks between the P2P and EN which triggers sync.
3939
pub(crate) const BLOCK_GAP_TRIGGER: u64 = 1_000;

0 commit comments

Comments
 (0)