Commit 422ac610cdad154baae6cea701bf27e8ea4ab3ad

Authored by Rodrigo Souto
1 parent b58fb807

[search-improvements] Add reminder that the periodicity of score calculation is too small

Showing 1 changed file with 2 additions and 0 deletions   Show diff stats
config/schedule.rb
... ... @@ -21,6 +21,8 @@
21 21  
22 22 set :output, "log/cron.log"
23 23  
  24 +#TODO This value should be updated to a more realistic one once this goes to
  25 +# production.
24 26 every 1.minute do
25 27 runner "SearchTerm.calculate_scores"
26 28 end
... ...