Skip to content

Commit

Permalink
Update statuses.rb
Browse files Browse the repository at this point in the history
  • Loading branch information
Ember-ruby authored Oct 10, 2023
1 parent 18dbc81 commit 315ed82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/models/trends/statuses.rb
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ class Trends::Statuses < Trends::Base
self.default_options = {
threshold: 5,
review_threshold: 3,
score_halflife: 1.hour.freeze,
score_halflife: 4.hours.freeze,
decay_threshold: 0.3,
}

Expand Down

0 comments on commit 315ed82

Please sign in to comment.