Clarify cron run time

This commit is contained in:
Matt Isenhower
2017-08-15 17:41:39 -07:00
parent 102cf4ef4d
commit f44c17e54b

View File

@@ -5,7 +5,7 @@ const salmoncalendar = require('./salmoncalendar');
console.info('Starting periodic tasks...');
// Run every day at 0min 30sec after the hour
// Run every hour at 30sec after the hour
new CronJob('30 0 * * * *', () => {
splatnet.update();
salmoncalendar.update();