diff --git a/boards/models/tag.py b/boards/models/tag.py --- a/boards/models/tag.py +++ b/boards/models/tag.py @@ -5,10 +5,10 @@ from django.db.models import Count __author__ = 'neko259' TAG_FONT_MULTIPLIER = 0.1 -MAX_TAG_FONT = 5 +MAX_TAG_FONT = 3 -OPENING_POST_POPULARITY = 0.5 -REPLY_POPULARITY = 0.1 +OPENING_POST_POPULARITY = 0.3 +REPLY_POPULARITY = 0.06 ARCHIVE_POPULARITY_MODIFIER = 0.1