Change score half-life for trending posts from 2 hours to 1 hour (#26915)

lolsob-rspec
Eugen Rochko 2023-09-14 09:20:14 +02:00 committed by GitHub
parent 323f9cd61a
commit 3bb91e79f0
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ class Trends::Statuses < Trends::Base
self.default_options = {
threshold: 5,
review_threshold: 3,
score_halflife: 2.hours.freeze,
score_halflife: 1.hour.freeze,
decay_threshold: 0.3,
}