Skip to content

Commit

Permalink
Update tags.rb
Browse files Browse the repository at this point in the history
Signed-off-by: Nathan Sparrow <[email protected]>
  • Loading branch information
DismalShadowX authored May 1, 2024
1 parent 9142c4e commit 157b029
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/models/trends/tags.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ class Trends::Tags < Trends::Base
PREFIX = 'trending_tags'

self.default_options = {
threshold: 5,
review_threshold: 3,
threshold: 2,
review_threshold: 2,
max_score_cooldown: 2.days.freeze,
max_score_halflife: 4.hours.freeze,
max_score_halflife: 12.hours.freeze,
decay_threshold: 1,
}

Expand Down

0 comments on commit 157b029

Please sign in to comment.