Fix more usages of backup.intervalSecs

This commit is contained in:
Girish Ramakrishnan
2020-07-29 09:34:23 -07:00
parent 97967e60e8
commit 5db78ae359
6 changed files with 11 additions and 10 deletions

View File

@@ -150,7 +150,7 @@ let gDefaults = (function () {
format: 'tgz',
encryption: null,
retentionPolicy: { keepWithinSecs: 2 * 24 * 60 * 60 }, // 2 days
intervalSecs: 24 * 60 * 60 // ~1 day
schedulePattern: '00 00 23 * * *' // every day at 11pm
};
result[exports.PLATFORM_CONFIG_KEY] = {};
result[exports.EXTERNAL_LDAP_KEY] = {