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

local
Eugen Rochko 8 months ago committed by GitHub
parent a04ae16201
commit fc6825055b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      app/models/trends/statuses.rb

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

Loading…
Cancel
Save