reduce maximum_backups default from 7 to 5

This commit is contained in:
Jeff Atwood 2016-02-13 16:13:49 -08:00
parent 3142eb76dc
commit f6b1238d6c
2 changed files with 2 additions and 2 deletions

View File

@ -871,7 +871,7 @@ backups:
default: false
maximum_backups:
client: true
default: 7
default: 5
shadowed_by_global: true
automatic_backups_enabled:
default: true

View File

@ -80,7 +80,7 @@ Discourse.SiteSettingsOriginal = {
"tos_accept_required":false,
"faq_url":"",
"allow_restore":false,
"maximum_backups":7,
"maximum_backups":5,
"version_checks":true,
"suppress_uncategorized_badge":true,
"min_search_term_length":3,