We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4323a56 commit ada0c26Copy full SHA for ada0c26
runtime/src/lib.rs
@@ -155,7 +155,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
155
/// up by `pallet_aura` to implement `fn slot_duration()`.
156
///
157
/// Change this to adjust the block time.
158
-pub const MILLISECS_PER_BLOCK: u64 = 6000;
+pub const MILLISECS_PER_BLOCK: u64 = 12000;
159
160
// NOTE: Currently it is not possible to change the slot duration after the chain has started.
161
// Attempting to do so will brick block production.
0 commit comments