Skip to content

Commit

Permalink
increase collator num (#539)
Browse files Browse the repository at this point in the history
  • Loading branch information
girazoki authored May 1, 2024
1 parent e85b5db commit eef5107
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runtime/flashbox/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -812,7 +812,7 @@ parameter_types! {
pub const MaxCandidates: u32 = 1000;
pub const MinCandidates: u32 = 5;
pub const SessionLength: BlockNumber = 5;
pub const MaxInvulnerables: u32 = 100;
pub const MaxInvulnerables: u32 = 200;
pub const ExecutiveBody: BodyId = BodyId::Executive;
}

Expand Down

0 comments on commit eef5107

Please sign in to comment.