File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -412,7 +412,7 @@ parameter_types! {
412
412
pub const GeneralCouncilMotionDuration : BlockNumber = 3 * DAYS ;
413
413
pub const CouncilDefaultMaxProposals : u32 = 20 ;
414
414
pub const CouncilDefaultMaxMembers : u32 = 30 ;
415
- pub MaxProposalWeight : Weight = Perbill :: from_percent( 50 ) * RuntimeBlockWeights :: get( ) . max_block;
415
+ pub MaxProposalWeight : Weight = Perbill :: from_percent( 60 ) * RuntimeBlockWeights :: get( ) . max_block;
416
416
}
417
417
418
418
impl pallet_collective:: Config < GeneralCouncilInstance > for Runtime {
Original file line number Diff line number Diff line change @@ -420,7 +420,7 @@ parameter_types! {
420
420
pub const GeneralCouncilMotionDuration : BlockNumber = 3 * DAYS ;
421
421
pub const CouncilDefaultMaxProposals : u32 = 20 ;
422
422
pub const CouncilDefaultMaxMembers : u32 = 30 ;
423
- pub MaxProposalWeight : Weight = Perbill :: from_percent( 50 ) * RuntimeBlockWeights :: get( ) . max_block;
423
+ pub MaxProposalWeight : Weight = Perbill :: from_percent( 60 ) * RuntimeBlockWeights :: get( ) . max_block;
424
424
}
425
425
426
426
impl pallet_collective:: Config < GeneralCouncilInstance > for Runtime {
Original file line number Diff line number Diff line change @@ -379,7 +379,7 @@ parameter_types! {
379
379
pub const GeneralCouncilMotionDuration : BlockNumber = 7 * DAYS ;
380
380
pub const CouncilDefaultMaxProposals : u32 = 100 ;
381
381
pub const CouncilDefaultMaxMembers : u32 = 100 ;
382
- pub MaxProposalWeight : Weight = Perbill :: from_percent( 50 ) * RuntimeBlockWeights :: get( ) . max_block;
382
+ pub MaxProposalWeight : Weight = Perbill :: from_percent( 60 ) * RuntimeBlockWeights :: get( ) . max_block;
383
383
}
384
384
385
385
impl pallet_collective:: Config < GeneralCouncilInstance > for Runtime {
You can’t perform that action at this time.
0 commit comments