Skip to content

Commit eab76ea

Browse files
committed
Set initial tempo to 360
1 parent 280e3e8 commit eab76ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

runtime/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1024,7 +1024,7 @@ impl pallet_commitments::Config for Runtime {
10241024
}
10251025

10261026
#[cfg(not(feature = "fast-blocks"))]
1027-
pub const INITIAL_SUBNET_TEMPO: u16 = 99;
1027+
pub const INITIAL_SUBNET_TEMPO: u16 = 360;
10281028

10291029
#[cfg(feature = "fast-blocks")]
10301030
pub const INITIAL_SUBNET_TEMPO: u16 = 10;

0 commit comments

Comments
 (0)