]> cat aescling's git repositories - mastodon.git/commitdiff
Change trending hashtags threshold back from 15 to 5 (#17122)
authorEugen Rochko <eugen@zeonfederated.com>
Mon, 13 Dec 2021 04:32:29 +0000 (05:32 +0100)
committerGitHub <noreply@github.com>
Mon, 13 Dec 2021 04:32:29 +0000 (05:32 +0100)
app/models/trends/tags.rb

index 13e0ab56b4cc8f5f22cc423cc4b713c47583619d..a425fd2072fb22e0f97a95731eb5256d2454ef6a 100644 (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,