##// END OF EJS Templates
Another changes to the popularity code
neko259 -
r520:44953ced default
parent child Browse files
Show More
@@ -5,10 +5,10 b' from django.db.models import Count'
5 5 __author__ = 'neko259'
6 6
7 7 TAG_FONT_MULTIPLIER = 0.1
8 MAX_TAG_FONT = 5
8 MAX_TAG_FONT = 3
9 9
10 OPENING_POST_POPULARITY = 0.5
11 REPLY_POPULARITY = 0.1
10 OPENING_POST_POPULARITY = 0.3
11 REPLY_POPULARITY = 0.06
12 12 ARCHIVE_POPULARITY_MODIFIER = 0.1
13 13
14 14
General Comments 0
You need to be logged in to leave comments. Login now