File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -420,7 +420,7 @@ impl orml_vesting::Config for Runtime {
420420}
421421
422422parameter_types ! {
423- pub MaximumSchedulerWeight : Weight = Perbill :: from_percent( 10 ) * RuntimeBlockWeights :: get( ) . max_block;
423+ pub MaximumSchedulerWeight : Weight = Perbill :: from_percent( 80 ) * RuntimeBlockWeights :: get( ) . max_block;
424424 pub const MaxScheduledPerBlock : u32 = 30 ;
425425}
426426
Original file line number Diff line number Diff line change @@ -433,7 +433,7 @@ impl pallet_preimage::Config for Runtime {
433433}
434434
435435parameter_types ! {
436- pub MaximumSchedulerWeight : Weight = Perbill :: from_percent( 10 ) * RuntimeBlockWeights :: get( ) . max_block;
436+ pub MaximumSchedulerWeight : Weight = Perbill :: from_percent( 80 ) * RuntimeBlockWeights :: get( ) . max_block;
437437 pub const MaxScheduledPerBlock : u32 = 30 ;
438438}
439439
Original file line number Diff line number Diff line change @@ -395,7 +395,7 @@ impl orml_vesting::Config for Runtime {
395395}
396396
397397parameter_types ! {
398- pub MaximumSchedulerWeight : Weight = Perbill :: from_percent( 10 ) * RuntimeBlockWeights :: get( ) . max_block;
398+ pub MaximumSchedulerWeight : Weight = Perbill :: from_percent( 80 ) * RuntimeBlockWeights :: get( ) . max_block;
399399 pub const MaxScheduledPerBlock : u32 = 30 ;
400400}
401401
Original file line number Diff line number Diff line change @@ -395,7 +395,7 @@ impl orml_vesting::Config for Runtime {
395395}
396396
397397parameter_types ! {
398- pub MaximumSchedulerWeight : Weight = Perbill :: from_percent( 10 ) * RuntimeBlockWeights :: get( ) . max_block;
398+ pub MaximumSchedulerWeight : Weight = Perbill :: from_percent( 80 ) * RuntimeBlockWeights :: get( ) . max_block;
399399 pub const MaxScheduledPerBlock : u32 = 30 ;
400400}
401401
Original file line number Diff line number Diff line change @@ -368,7 +368,7 @@ impl orml_vesting::Config for Runtime {
368368}
369369
370370parameter_types ! {
371- pub MaximumSchedulerWeight : Weight = Perbill :: from_percent( 10 ) * RuntimeBlockWeights :: get( ) . max_block;
371+ pub MaximumSchedulerWeight : Weight = Perbill :: from_percent( 80 ) * RuntimeBlockWeights :: get( ) . max_block;
372372 pub const MaxScheduledPerBlock : u32 = 30 ;
373373}
374374
You can’t perform that action at this time.
0 commit comments