mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 12:51:02 +00:00
lower kusama staking limits (#5000)
This commit is contained in:
@@ -405,13 +405,11 @@ parameter_types! {
|
|||||||
|
|
||||||
// 1 hour session, 15 minutes unsigned phase, 8 offchain executions.
|
// 1 hour session, 15 minutes unsigned phase, 8 offchain executions.
|
||||||
pub OffchainRepeat: BlockNumber = UnsignedPhase::get() / 8;
|
pub OffchainRepeat: BlockNumber = UnsignedPhase::get() / 8;
|
||||||
|
/// We take the top 12_500 nominators as electing voters..
|
||||||
/// We take the top 22_500 nominators as electing voters..
|
pub const MaxElectingVoters: u32 = 12_500;
|
||||||
pub const MaxElectingVoters: u32 = 22_500;
|
|
||||||
/// ... and all of the validators as electable targets. Whilst this is the case, we cannot and
|
/// ... and all of the validators as electable targets. Whilst this is the case, we cannot and
|
||||||
/// shall not increase the size of the validator intentions.
|
/// shall not increase the size of the validator intentions.
|
||||||
pub const MaxElectableTargets: u16 = u16::MAX;
|
pub const MaxElectableTargets: u16 = u16::MAX;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
frame_election_provider_support::generate_solution_type!(
|
frame_election_provider_support::generate_solution_type!(
|
||||||
|
|||||||
Reference in New Issue
Block a user