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

[DEVOPS-988] Set devnet max sizes to same as mainnet #3346

Merged
merged 1 commit into from
Aug 6, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions lib/configuration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15007,6 +15007,9 @@ devnet: &devnet
blockVersionData:
<<: *mainnet_base_blockVersionData
slotDuration: 20000 # set to desired value
maxHeaderSize: 2000
maxProposalSize: 70000 # 70KB
maxTxSize: 65536 # 64KiB
protocolConstants:
<<: *mainnet_base_protocolConstants
protocolMagic: 170987650
Expand Down