mirror of
https://github.com/NuSkooler/enigma-bbs.git
synced 2025-07-25 20:18:25 +02:00
Update to daily maintenance schedule
This commit is contained in:
parent
6a7aa5acb8
commit
a314b40eb8
3 changed files with 8 additions and 5 deletions
|
@ -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
|
||||
//
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue