From 422ac610cdad154baae6cea701bf27e8ea4ab3ad Mon Sep 17 00:00:00 2001 From: Rodrigo Souto Date: Tue, 22 Jul 2014 15:37:53 +0000 Subject: [PATCH] [search-improvements] Add reminder that the periodicity of score calculation is too small --- config/schedule.rb | 2 ++ 1 file changed, 2 insertions(+), 0 deletions(-) diff --git a/config/schedule.rb b/config/schedule.rb index 92d42b2..c2c7f45 100644 --- a/config/schedule.rb +++ b/config/schedule.rb @@ -21,6 +21,8 @@ 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 runner "SearchTerm.calculate_scores" end -- libgit2 0.21.2