mirror of
https://github.com/codeninjasllc/discourse.git
synced 2025-02-17 12:11:16 -05:00
increase max_mentions to 10
This commit is contained in:
parent
acb2a18e8a
commit
533936f3a2
1 changed files with 1 additions and 1 deletions
|
@ -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')
|
||||
|
|
Loading…
Reference in a new issue