Change trending hashtags threshold back from 15 to 5 (#17122)

lolsob-rspec
Eugen Rochko 2021-12-13 05:32:29 +01:00 committed by GitHub
parent 6546346818
commit 2c6be5dc9a
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ class Trends::Tags < Trends::Base
PREFIX = 'trending_tags'
self.default_options = {
threshold: 15,
threshold: 5,
review_threshold: 10,
max_score_cooldown: 2.days.freeze,
max_score_halflife: 4.hours.freeze,