Skip to content

Commit 4c7c6df

Browse files
committed
Increase the MaximumSchedulerWeight as needed by paritytech/polkadot-sdk#7785
1 parent 1c8e5ea commit 4c7c6df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

runtime/frequency/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -753,7 +753,7 @@ impl pallet_balances::Config for Runtime {
753753
// Needs parameter_types! for the Weight type
754754
parameter_types! {
755755
// 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;
756+
pub MaximumSchedulerWeight: Weight = Perbill::from_percent(30) * RuntimeBlockWeights::get().max_block;
757757
pub MaxCollectivesProposalWeight: Weight = Perbill::from_percent(50) * RuntimeBlockWeights::get().max_block;
758758
}
759759

0 commit comments

Comments
 (0)