mirror of
https://github.com/neocities/neocities.git
synced 2025-04-25 09:42:36 +02:00
increase follow upvote count to 30
This commit is contained in:
parent
8524bc9d17
commit
ee9ad3f759
1 changed files with 1 additions and 1 deletions
|
@ -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?
|
||||||
|
|
Loading…
Add table
Reference in a new issue