From 333b2b4b70462a811709e17faa55a2a2abee0fcb Mon Sep 17 00:00:00 2001 From: Joshy Orndorff Date: Fri, 06 Mar 2020 16:36:13 +0000 Subject: [PATCH] Increase total block weight. --- --- a/runtime/src/lib.rs +++ b/runtime/src/lib.rs @@ -120,7 +120,7 @@ parameter_types! { pub const BlockHashCount: BlockNumber = 250; - pub const MaximumBlockWeight: Weight = 1_000_000; + pub const MaximumBlockWeight: Weight = 1_000_000_000; pub const AvailableBlockRatio: Perbill = Perbill::from_percent(75); pub const MaximumBlockLength: u32 = 5 * 1024 * 1024; pub const Version: RuntimeVersion = VERSION; -- gitstuff