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:
Sam 2013-10-10 10:45:27 +11:00
parent ad2ed5fe51
commit 2a948c52a9
1 changed files with 1 additions and 1 deletions

View File

@ -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)