Merge remote-tracking branch 'parent/main' into kb_migration

This commit is contained in:
KMY 2023-09-15 10:21:33 +09:00
commit 3b290ef958
272 changed files with 6859 additions and 1392 deletions

View file

@ -8,7 +8,7 @@ class Trends::Statuses < Trends::Base
self.default_options = {
threshold: 5,
review_threshold: 3,
score_halflife: 2.hours.freeze,
score_halflife: 1.hour.freeze,
decay_threshold: 0.3,
}