Skip to content

Commit dd82fda

Browse files
committed
fix: set kestrel block time to 1 second
1 parent 2a3bd55 commit dd82fda

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

runtimes/kestrel/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ impl pallet_aura::Config for Runtime {
220220
type DisabledValidators = ();
221221
type MaxAuthorities = MaxAuthorities;
222222
type AllowMultipleBlocksPerSlot = ConstBool<false>;
223-
type SlotDuration = ConstU64<6000>;
223+
type SlotDuration = ConstU64<1000>;
224224
}
225225

226226
impl pallet_grandpa::Config for Runtime {

0 commit comments

Comments
 (0)