increase follow upvote count to 30

This commit is contained in:
Kyle Drake 2015-08-28 12:11:13 -07:00
parent 8524bc9d17
commit ee9ad3f759

View file

@ -1089,7 +1089,7 @@ class Site < Sequel::Model
def compute_score def compute_score
points = 0 points = 0
points += follows_dataset.count * 5 points += follows_dataset.count * 30
points += profile_comments_dataset.count * 1 points += profile_comments_dataset.count * 1
points += views / 1000 points += views / 1000
points += 20 if !featured_at.nil? points += 20 if !featured_at.nil?