There was an error while loading. Please reload this page.
1 parent d1d295a commit e721a7aCopy full SHA for e721a7a
1 file changed
crates/node/src/constants.rs
@@ -33,7 +33,7 @@ pub(crate) const DEFAULT_BLOCK_TIME: u64 = 1000;
33
pub(crate) const DEFAULT_PAYLOAD_BUILDING_DURATION: u64 = 800;
34
35
/// The default payload size limit in bytes for the sequencer.
36
-pub(crate) const DEFAULT_PAYLOAD_SIZE_LIMIT: u64 = 122_880;
+pub(crate) const DEFAULT_PAYLOAD_SIZE_LIMIT: u64 = 122_8800;
37
38
/// The gap in blocks between the P2P and EN which triggers sync.
39
pub(crate) const BLOCK_GAP_TRIGGER: u64 = 1_000;
0 commit comments