Skip to content
This repository was archived by the owner on Aug 18, 2020. It is now read-only.

Commit 1203b12

Browse files
committed
[DEVOPS-988] Set devnet max sizes to same as mainnet
1 parent 0fa0ce6 commit 1203b12

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

lib/configuration.yaml

+3
Original file line numberDiff line numberDiff line change
@@ -15007,6 +15007,9 @@ devnet: &devnet
1500715007
blockVersionData:
1500815008
<<: *mainnet_base_blockVersionData
1500915009
slotDuration: 20000 # set to desired value
15010+
maxHeaderSize: 2000
15011+
maxProposalSize: 70000 # 70KB
15012+
maxTxSize: 65536 # 64KiB
1501015013
protocolConstants:
1501115014
<<: *mainnet_base_protocolConstants
1501215015
protocolMagic: 170987650

0 commit comments

Comments
 (0)