Update to daily maintenance schedule

This commit is contained in:
Bryan Ashby 2019-02-10 12:31:25 -07:00
parent 6a7aa5acb8
commit a314b40eb8
3 changed files with 8 additions and 5 deletions

View file

@ -4,9 +4,9 @@
const StatLog = require('./stat_log.js');
const SysProps = require('./system_property.js');
exports.resetDailyStatsScheduledEvent = resetDailyStatsScheduledEvent;
exports.dailyMaintenanceScheduledEvent = dailyMaintenanceScheduledEvent;
function resetDailyStatsScheduledEvent(args, cb) {
function dailyMaintenanceScheduledEvent(args, cb) {
//
// Various stats need reset daily
//