mirror of
https://github.com/misenhower/splatoon2.ink.git
synced 2026-09-12 20:45:25 -05:00
Update data closer to the top of the hour
This will help make Salmon Run times show up sooner.
This commit is contained in:
@@ -3,7 +3,7 @@ const splatnet = require('./splatnet');
|
||||
|
||||
console.info('Starting periodic tasks...');
|
||||
|
||||
// Run every day at 2min 30sec after the hour
|
||||
new CronJob('30 2 * * * *', () => {
|
||||
// Run every day at 0min 30sec after the hour
|
||||
new CronJob('30 0 * * * *', () => {
|
||||
splatnet.update();
|
||||
}, null, true);
|
||||
|
||||
Reference in New Issue
Block a user