Skip to content

Commit

Permalink
longer wormhole job
Browse files Browse the repository at this point in the history
  • Loading branch information
vrtnd committed Feb 3, 2025
1 parent c0d781e commit 06e0815
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/server/cron.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ const cron = () => {
}).start();

new CronJob("0 * * * *", async () => {
await withTimeout(runWormhole(), 30);
await withTimeout(runWormhole(), 55);
}).start();

new CronJob("20 * * * *", async () => {
Expand Down

0 comments on commit 06e0815

Please sign in to comment.