trending score half-life to 2 hours

This commit is contained in:
Dalite 2023-11-19 02:53:34 +01:00
parent 2c4f8b71cb
commit b3377b7883

View file

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