Commit 8ca9865d3b446e20a63f1ebd916f09e7820d4bf3
1 parent
5c2e6a15
Exists in
master
and in
29 other branches
profile-suggestions: reduce suggestions calculation period to 30 days
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
config/schedule.rb
@@ -25,6 +25,6 @@ every 1.day do | @@ -25,6 +25,6 @@ every 1.day do | ||
25 | runner "SearchTerm.calculate_scores" | 25 | runner "SearchTerm.calculate_scores" |
26 | end | 26 | end |
27 | 27 | ||
28 | -every 90.days do | 28 | +every 30.days do |
29 | runner "ProfileSuggestion.generate_all_profile_suggestions" | 29 | runner "ProfileSuggestion.generate_all_profile_suggestions" |
30 | end | 30 | end |