increase max_mentions to 10

This commit is contained in:
Jeff Atwood 2013-04-01 14:31:07 -07:00
parent acb2a18e8a
commit 533936f3a2
1 changed files with 1 additions and 1 deletions

View File

@ -75,7 +75,7 @@ class SiteSetting < ActiveRecord::Base
setting(:ninja_edit_window, 5.minutes.to_i)
setting(:post_undo_action_window_mins, 10)
setting(:system_username, '')
setting(:max_mentions_per_post, 5)
setting(:max_mentions_per_post, 10)
setting(:visitor_max_mentions_per_post, 2)
setting(:uncategorized_name, 'uncategorized')