mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-10-21 13:06:01 +08:00
moved leaderboard update back a bit
This commit is contained in:
parent
9ca0a96d2d
commit
b814a7fe4f
1 changed files with 1 additions and 1 deletions
|
@ -88,7 +88,7 @@ app.listen(PORT, async () => {
|
|||
});
|
||||
console.log("Database Connected");
|
||||
|
||||
let lbjob = new CronJob("0 */5 * * * *", async () => {
|
||||
let lbjob = new CronJob("30 4/5 * * * *", async () => {
|
||||
LeaderboardsDAO.update("time", "15", "english");
|
||||
LeaderboardsDAO.update("time", "60", "english");
|
||||
});
|
||||
|
|
Loading…
Add table
Reference in a new issue