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

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

parent 6c8c031b
No related branches found
No related tags found
No related merge requests found
......@@ -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,
......
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