Skip to content
Snippets Groups Projects
Commit 39cefb5f authored by Peter Goodspeed-Niklaus's avatar Peter Goodspeed-Niklaus
Browse files

add default max_pov_size to polkadot_testnet_genesis

parent a091bd88
Branches 1984
No related merge requests found
......@@ -167,6 +167,7 @@ fn polkadot_testnet_genesis(
validation_upgrade_delay: 5,
acceptance_period: 1200,
max_code_size: 5 * 1024 * 1024,
max_pov_size: 50 * 1024 * 1024,
max_head_data_size: 32 * 1024,
group_rotation_frequency: 10,
..Default::default()
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment