trending score half-life to 2 hours
All checks were successful
continuous-integration/drone Build is passing

This commit is contained in:
Dalite 2023-11-19 02:53:34 +01:00 committed by Dalite
parent 63cdb40dce
commit 01cc46170e

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,
}