mirror of
https://github.com/codeninjasllc/discourse.git
synced 2025-04-04 11:10:04 -04:00
this setting needs to be pushed up to 15 so we will be able to nuke new spammer accounts
it is set to max_topics_in_first_day + max_replies_in_first_day
This commit is contained in:
parent
ad2ed5fe51
commit
2a948c52a9
1 changed files with 1 additions and 1 deletions
|
@ -251,7 +251,7 @@ class SiteSetting < ActiveRecord::Base
|
|||
client_setting(:relative_date_duration, 30)
|
||||
|
||||
client_setting(:delete_user_max_age, 14)
|
||||
setting(:delete_all_posts_max, 10)
|
||||
setting(:delete_all_posts_max, 15)
|
||||
|
||||
setting(:username_change_period, 3) # days
|
||||
setting(:email_editable, true)
|
||||
|
|
Loading…
Add table
Reference in a new issue