Skip to content
Snippets Groups Projects
Unverified Commit 6726d293 authored by Eugen Rochko's avatar Eugen Rochko Committed by GitHub
Browse files

Change half-life of trending status scores from 6 hours to 2 hours (#18182)

parent e7f0c9f7
No related branches found
No related tags found
No related merge requests found
......@@ -6,7 +6,7 @@ class Trends::Statuses < Trends::Base
self.default_options = {
threshold: 5,
review_threshold: 3,
score_halflife: 6.hours.freeze,
score_halflife: 2.hours.freeze,
}
class Query < Trends::Query
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment