Commit 8ca9865d3b446e20a63f1ebd916f09e7820d4bf3

Authored by Rodrigo Souto
1 parent 5c2e6a15

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 25 runner "SearchTerm.calculate_scores"
26 26 end
27 27  
28   -every 90.days do
  28 +every 30.days do
29 29 runner "ProfileSuggestion.generate_all_profile_suggestions"
30 30 end
... ...