Skip to content

Commit f1374af

Browse files
Updated block time
1 parent 1a06abc commit f1374af

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
@@ -117,7 +117,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
117117
/// up by `pallet_aura` to implement `fn slot_duration()`.
118118
///
119119
/// Change this to adjust the block time.
120-
pub const MILLISECS_PER_BLOCK: u64 = 3000;
120+
pub const MILLISECS_PER_BLOCK: u64 = 6000;
121121

122122
// NOTE: Currently it is not possible to change the slot duration after the chain has started.
123123
// Attempting to do so will brick block production.

0 commit comments

Comments
 (0)