Skip to content

Commit

Permalink
set MinimumPeriod to 3000 millisecs
Browse files Browse the repository at this point in the history
  • Loading branch information
Agusrodri committed May 21, 2024
1 parent d48902a commit 25738d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runtime/moonriver/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@ impl pallet_timestamp::Config for Runtime {
/// A timestamp: milliseconds since the unix epoch.
type Moment = u64;
type OnTimestampSet = ();
type MinimumPeriod = ConstU64<6000>;
type MinimumPeriod = ConstU64<3000>;
type WeightInfo = moonbeam_weights::pallet_timestamp::WeightInfo<Runtime>;
}

Expand Down

0 comments on commit 25738d1

Please sign in to comment.