# HG changeset patch # User neko259 # Date 2014-01-12 20:13:30 # Node ID 44953ced217cbf1a4eda6a7a715ba7c655bc3e63 # Parent b1468c6bdd07bd0630447170c09cfc2fcb6f23b1 Another changes to the popularity code 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