Fix comments

This commit is contained in:
Girish Ramakrishnan
2018-09-04 10:48:54 -07:00
parent 2de630e491
commit ec9c96da6f
2 changed files with 3 additions and 2 deletions

View File

@@ -102,7 +102,7 @@ function recreateJobs(tz) {
if (gJobs.backup) gJobs.backup.stop();
gJobs.backup = new CronJob({
cronTime: '00 00 */6 * * *', // every 6 hours. backups.ensureBackup() will only trigger a backup once per day
cronTime: '00 00 */6 * * *', // check every 6 hours
onTick: backups.ensureBackup.bind(null, AUDIT_SOURCE, NOOP_CALLBACK),
start: true,
timeZone: tz