Skip to content

Commit

Permalink
try later
Browse files Browse the repository at this point in the history
  • Loading branch information
simon300000 committed Sep 5, 2023
1 parent c3386f9 commit 302df97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/spider.ts
Original file line number Diff line number Diff line change
Expand Up @@ -381,7 +381,7 @@ const spider = async () => {
if (success) {
next.nextDownload = Date.now() + 1000 * 60 * 60 * 20
} else {
next.nextDownload = Date.now() - 1000000000
next.nextDownload = Date.now() - 1000 * 60
}
next.ready = true
if (next.pending) {
Expand Down

0 comments on commit 302df97

Please sign in to comment.