diff --git a/config/schedule.rb b/config/schedule.rb index dec2564..0811bed 100644 --- a/config/schedule.rb +++ b/config/schedule.rb @@ -21,9 +21,7 @@ set :output, "log/cron.log" -#TODO This value should be updated to a more realistic one once this goes to -# production. -every 1.minute do +every 1.day do runner "SearchTerm.calculate_scores" end -- libgit2 0.21.2