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
+1 -1
View File
@@ -174,7 +174,7 @@ function backupConfigChanged(value, tz) {
assert.strictEqual(typeof value, 'object');
assert.strictEqual(typeof tz, 'string');
debug(`backupConfigChanged: interval ${value.intervalSecs} (${tz})`);
debug(`backupConfigChanged: schedule ${value.schedulePattern} (${tz})`);
if (gJobs.backup) gJobs.backup.stop();