Skip to content

Commit

Permalink
Always 80 blocks!
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert committed Nov 20, 2024
1 parent b871f99 commit 3eab601
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions polkadot/runtime/rococo/constants/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -127,9 +127,6 @@ pub mod system_parachain {
/// Coretime timeslice period in blocks
/// WARNING: This constant is used accross chains, so additional care should be taken
/// when changing it.
#[cfg(feature = "fast-runtime")]
pub const TIMESLICE_PERIOD: u32 = 20;
#[cfg(not(feature = "fast-runtime"))]
pub const TIMESLICE_PERIOD: u32 = 80;
}
}
Expand Down

0 comments on commit 3eab601

Please sign in to comment.