Skip to content

Commit

Permalink
Change the session time
Browse files Browse the repository at this point in the history
  • Loading branch information
jaypan committed Sep 13, 2023
1 parent 1920330 commit 674d8e1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions runtime/krest/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -708,8 +708,8 @@ pub mod staking {
parameter_types! {
/// Minimum round length is 1 hour
pub const MinBlocksPerRound: BlockNumber = HOURS;
/// Default length of a round/session is 2 hours
pub const DefaultBlocksPerRound: BlockNumber = 2 * HOURS;
/// Default length of a round/session is 4 hours
pub const DefaultBlocksPerRound: BlockNumber = 4 * HOURS;
/// Unstaked balance can be unlocked after 7 days
pub const StakeDuration: BlockNumber = 7 * DAYS;
/// Collator exit requests are delayed by 4 hours (2 rounds/sessions)
Expand Down

0 comments on commit 674d8e1

Please sign in to comment.