Skip to content

Commit

Permalink
update collator kick threshold (#2785)
Browse files Browse the repository at this point in the history
  • Loading branch information
xlc committed Aug 12, 2024
1 parent a45146c commit 3802117
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion runtime/acala/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,7 @@ impl pallet_session::Config for Runtime {
}

parameter_types! {
pub const CollatorKickThreshold: Permill = Permill::from_percent(60);
pub const CollatorKickThreshold: Permill = Permill::from_percent(75);
}

impl module_collator_selection::Config for Runtime {
Expand Down
2 changes: 1 addition & 1 deletion runtime/karura/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,7 @@ impl pallet_session::Config for Runtime {
}

parameter_types! {
pub const CollatorKickThreshold: Permill = Permill::from_percent(65);
pub const CollatorKickThreshold: Permill = Permill::from_percent(75);
}

impl module_collator_selection::Config for Runtime {
Expand Down

0 comments on commit 3802117

Please sign in to comment.