Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
Signed-off-by: prxt6529 <prxt@6529.io>
  • Loading branch information
prxt6529 committed Oct 24, 2024
1 parent ef68fd6 commit 7454248
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/prenode.ts
Original file line number Diff line number Diff line change
Expand Up @@ -72,9 +72,9 @@ cron.schedule(
}
);

// RESTORE at 01:01 UTC on the RESTORE_DATE of every month
// RESTORE at 02:01 UTC on the RESTORE_DATE of every month
cron.schedule(
'1 1 * * *',
'1 2 * * *',
async () => {
if (RUNNING_UPDATE) {
return;
Expand Down

0 comments on commit 7454248

Please sign in to comment.