Reduce Epoch Duration to 10 Min for Rococo (#2839)

This commit is contained in:
Shawn Tabrizi
2021-04-07 16:41:45 +02:00
committed by GitHub
parent a4a4d20d4c
commit b23c9039d8
+1 -1
View File
@@ -34,7 +34,7 @@ pub mod time {
pub const MILLISECS_PER_BLOCK: Moment = 6000;
pub const SLOT_DURATION: Moment = MILLISECS_PER_BLOCK;
frame_support::parameter_types! {
pub storage EpochDurationInBlocks: BlockNumber = 30 * MINUTES;
pub storage EpochDurationInBlocks: BlockNumber = 10 * MINUTES;
}
// These time units are defined in number of blocks.