From c1c9ed6340070f680d56d85daef9eb81dfa37b38 Mon Sep 17 00:00:00 2001 From: rgarcia Date: Tue, 17 Nov 2015 09:57:47 +0100 Subject: [PATCH] increases comment weight on hot scores --- lib/score_calculator.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/score_calculator.rb b/lib/score_calculator.rb index a646c467f..6ebe75bed 100644 --- a/lib/score_calculator.rb +++ b/lib/score_calculator.rb @@ -1,7 +1,7 @@ module ScoreCalculator EPOC = Time.new(2015, 6, 15) - COMMENT_WEIGHT = 1.0/20 # 1 positive vote / x comments + COMMENT_WEIGHT = 1.0/5 # 1 positive vote / x comments TIME_UNIT = 48.hours.to_f def self.hot_score(date, votes_total, votes_up, comments_count)