mirror of
https://github.com/discourse/discourse.git
synced 2025-01-19 08:22:46 +08: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
|
@ -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…
Reference in New Issue
Block a user