Skip to content
Snippets Groups Projects
Commit 97a31498 authored by Hugo Trentesaux's avatar Hugo Trentesaux
Browse files

increase distance evaluation period

parent be052248
No related branches found
No related tags found
No related merge requests found
Pipeline #38492 waiting for manual action
...@@ -515,7 +515,8 @@ macro_rules! pallets_config { ...@@ -515,7 +515,8 @@ macro_rules! pallets_config {
impl pallet_distance::Config for Runtime { impl pallet_distance::Config for Runtime {
type CheckRequestDistanceEvaluation = Wot; type CheckRequestDistanceEvaluation = Wot;
type Currency = Balances; type Currency = Balances;
type EvaluationPeriod = frame_support::traits::ConstU32<7>; // 100 blocks
type EvaluationPeriod = frame_support::traits::ConstU32<100>;
type EvaluationPrice = frame_support::traits::ConstU64<1000>; type EvaluationPrice = frame_support::traits::ConstU64<1000>;
type MaxRefereeDistance = MaxRefereeDistance; type MaxRefereeDistance = MaxRefereeDistance;
type MinAccessibleReferees = MinAccessibleReferees; type MinAccessibleReferees = MinAccessibleReferees;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment