Bump up best of to top 20%

This commit is contained in:
Robin Ward 2013-03-23 11:14:07 -04:00
parent cb9106c3a7
commit 842760e50e
1 changed files with 1 additions and 1 deletions

View File

@ -106,7 +106,7 @@ class SiteSetting < ActiveRecord::Base
setting(:best_of_score_threshold, 15)
setting(:best_of_posts_required, 50)
setting(:best_of_likes_required, 1)
setting(:best_of_percent_filter, 5)
setting(:best_of_percent_filter, 20)
# we need to think of a way to force users to enter certain settings, this is a minimal config thing
setting(:notification_email, 'info@discourse.org')