reduce maximum_backups default from 7 to 5
This commit is contained in:
parent
3142eb76dc
commit
f6b1238d6c
2 changed files with 2 additions and 2 deletions
|
@ -871,7 +871,7 @@ backups:
|
||||||
default: false
|
default: false
|
||||||
maximum_backups:
|
maximum_backups:
|
||||||
client: true
|
client: true
|
||||||
default: 7
|
default: 5
|
||||||
shadowed_by_global: true
|
shadowed_by_global: true
|
||||||
automatic_backups_enabled:
|
automatic_backups_enabled:
|
||||||
default: true
|
default: true
|
||||||
|
|
|
@ -80,7 +80,7 @@ Discourse.SiteSettingsOriginal = {
|
||||||
"tos_accept_required":false,
|
"tos_accept_required":false,
|
||||||
"faq_url":"",
|
"faq_url":"",
|
||||||
"allow_restore":false,
|
"allow_restore":false,
|
||||||
"maximum_backups":7,
|
"maximum_backups":5,
|
||||||
"version_checks":true,
|
"version_checks":true,
|
||||||
"suppress_uncategorized_badge":true,
|
"suppress_uncategorized_badge":true,
|
||||||
"min_search_term_length":3,
|
"min_search_term_length":3,
|
||||||
|
|
Reference in a new issue