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

Commit 17a809e

Browse files
authored
Merge pull request #3346 from input-output-hk/devops-988-bump-devnet-tx-size
[DEVOPS-988] Set devnet max sizes to same as mainnet
2 parents ee8b8fb + 1203b12 commit 17a809e

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)