mirror of
https://github.com/discourse/discourse.git
synced 2025-03-21 16:26:41 +08:00
increase max_mentions to 10
This commit is contained in:
parent
acb2a18e8a
commit
533936f3a2
@ -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…
x
Reference in New Issue
Block a user