Skip to content

Commit

Permalink
Update threshold (#39)
Browse files Browse the repository at this point in the history
  • Loading branch information
DismalShadowX authored Jul 30, 2024
1 parent cbbc00a commit 9185a8e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/models/trends/statuses.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ class Trends::Statuses < Trends::Base
BATCH_SIZE = 100

self.default_options = {
threshold: 5,
threshold: 2,
review_threshold: 3,
score_halflife: 1.hour.freeze,
score_halflife: 12.hours.freeze,
decay_threshold: 0.3,
}

Expand Down

0 comments on commit 9185a8e

Please sign in to comment.