Skip to content

Commit ada0c26

Browse files
echevrierechevrier
andauthored
Set blocktime to 12s (#92)
Co-authored-by: echevrier <[email protected]>
1 parent 4323a56 commit ada0c26

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
@@ -155,7 +155,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
155155
/// up by `pallet_aura` to implement `fn slot_duration()`.
156156
///
157157
/// Change this to adjust the block time.
158-
pub const MILLISECS_PER_BLOCK: u64 = 6000;
158+
pub const MILLISECS_PER_BLOCK: u64 = 12000;
159159

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

0 commit comments

Comments
 (0)