We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d1e3ab commit 1fd9021Copy full SHA for 1fd9021
1 file changed
runtime/peaq-dev/src/lib.rs
@@ -831,9 +831,9 @@ pub mod staking {
831
pub const MinRequiredCollators: u32 = 4;
832
/// We only allow one delegation per round.
833
pub const MaxDelegationsPerRound: u32 = 1;
834
- /// Maximum 25 delegators per collator at launch, might be increased later
+ /// Maximum delegators per collator
835
#[derive(Debug, PartialEq, Eq)]
836
- pub const MaxDelegatorsPerCollator: u32 = 48;
+ pub const MaxDelegatorsPerCollator: u32 = 100;
837
/// Maximum 8 collators per delegator at launch, will be increased later
838
839
pub const MaxCollatorsPerDelegator: u32 = 8;
0 commit comments