mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-14 12:11:09 +00:00
Reduce Epoch Duration to 10 Min for Rococo (#2839)
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user