Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
polkadot-sdk
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
parity
Mirrored projects
polkadot-sdk
Commits
4d4f6bc9
Commit
4d4f6bc9
authored
3 years ago
by
Kian Paimani
Committed by
GitHub
3 years ago
Browse files
Options
Downloads
Patches
Plain Diff
lower kusama staking limits (#5000)
parent
4ef51867
Branches
Branches containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
polkadot/runtime/kusama/src/lib.rs
+2
-4
2 additions, 4 deletions
polkadot/runtime/kusama/src/lib.rs
with
2 additions
and
4 deletions
polkadot/runtime/kusama/src/lib.rs
+
2
−
4
View file @
4d4f6bc9
...
...
@@ -405,13 +405,11 @@ parameter_types! {
// 1 hour session, 15 minutes unsigned phase, 8 offchain executions.
pub
OffchainRepeat
:
BlockNumber
=
UnsignedPhase
::
get
()
/
8
;
/// We take the top 22_500 nominators as electing voters..
pub
const
MaxElectingVoters
:
u32
=
22_500
;
/// We take the top 12_500 nominators as electing voters..
pub
const
MaxElectingVoters
:
u32
=
12_500
;
/// ... 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.
pub
const
MaxElectableTargets
:
u16
=
u16
::
MAX
;
}
frame_election_provider_support
::
generate_solution_type!
(
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment