mirror of
https://github.com/mastodon/mastodon.git
synced 2024-11-20 11:35:29 +01:00
Change score half-life for trending posts from 2 hours to 1 hour (#26915)
This commit is contained in:
parent
a04ae16201
commit
fc6825055b
@ -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…
Reference in New Issue
Block a user