We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c8e5ea commit 4c7c6dfCopy full SHA for 4c7c6df
runtime/frequency/src/lib.rs
@@ -753,7 +753,7 @@ impl pallet_balances::Config for Runtime {
753
// Needs parameter_types! for the Weight type
754
parameter_types! {
755
// The maximum weight that may be scheduled per block for any dispatchables of less priority than schedule::HARD_DEADLINE.
756
- pub MaximumSchedulerWeight: Weight = Perbill::from_percent(10) * RuntimeBlockWeights::get().max_block;
+ pub MaximumSchedulerWeight: Weight = Perbill::from_percent(30) * RuntimeBlockWeights::get().max_block;
757
pub MaxCollectivesProposalWeight: Weight = Perbill::from_percent(50) * RuntimeBlockWeights::get().max_block;
758
}
759
0 commit comments