mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-27 09:36:19 -05:00
increase default max_likes_per_day to 30
This commit is contained in:
parent
a7f35df9f6
commit
27e1a81b34
1 changed files with 1 additions and 1 deletions
|
@ -75,7 +75,7 @@ class SiteSetting < ActiveRecord::Base
|
|||
setting(:rate_limit_create_post, 5)
|
||||
setting(:max_topics_per_day, 20)
|
||||
setting(:max_private_messages_per_day, 20)
|
||||
setting(:max_likes_per_day, 20)
|
||||
setting(:max_likes_per_day, 30)
|
||||
setting(:max_bookmarks_per_day, 20)
|
||||
setting(:max_flags_per_day, 20)
|
||||
setting(:max_edits_per_day, 30)
|
||||
|
|
Loading…
Reference in a new issue