Skip to content
Snippets Groups Projects
Unverified Commit 333b2b4b authored by Joshy Orndorff's avatar Joshy Orndorff
Browse files

Increase total block weight.

parent 390af9f3
No related branches found
No related tags found
No related merge requests found
......@@ -120,7 +120,7 @@ pub fn native_version() -> NativeVersion {
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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment