mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-23 23:58:31 -05:00
set default OOB backup interval to 7 days vs 1 day
This commit is contained in:
parent
5ee4d3ba8c
commit
07e66a5eff
1 changed files with 2 additions and 2 deletions
|
@ -793,8 +793,8 @@ backups:
|
|||
default: 7
|
||||
backup_frequency:
|
||||
min: 0
|
||||
max: 7
|
||||
default: 1
|
||||
max: 30
|
||||
default: 7
|
||||
enable_s3_backups:
|
||||
default: false
|
||||
s3_backup_bucket:
|
||||
|
|
Loading…
Reference in a new issue