mirror of
https://github.com/misenhower/splatoon3.ink.git
synced 2026-08-28 03:24:31 -05:00
Update SplatNet data more frequently
This will help situations where SplatNet data is lagged or temporarily unavailable.
This commit is contained in:
@@ -5,7 +5,7 @@ import { sendTweets } from "./twitter/index.mjs";
|
||||
|
||||
export default function() {
|
||||
new CronJob('5,20,35,50 * * * *', warmCaches, null, true);
|
||||
new CronJob('10 0 * * * *', async () => {
|
||||
new CronJob('10 0,1,2,5,10,15,30,45 * * * *', async () => {
|
||||
await updateAll();
|
||||
await sendTweets();
|
||||
}, null, true);
|
||||
|
||||
Reference in New Issue
Block a user