site score: adjust views factor

This commit is contained in:
Kyle Drake 2024-08-06 11:00:44 -05:00
parent 5f7d29617c
commit c12db50b27

View file

@ -1519,7 +1519,7 @@ class Site < Sequel::Model
profile_comments_weight = 10
follow_count_factor = 0.1
views_factor = 0.005
views_factor = 0.0001
profile_comments_factor = 0.01
likes_factor = 0.01