Skip to content

Commit

Permalink
try now
Browse files Browse the repository at this point in the history
  • Loading branch information
simon300000 committed Sep 7, 2023
1 parent 1f539cb commit 5d165e9
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 @@ -384,7 +384,7 @@ const spider = async () => {
if (success) {
next.nextDownload = Date.now() + 1000 * 60 * 60 * 20
} else {
next.nextDownload = Date.now() + 1000 * 60 * 30 * Math.random()
next.nextDownload = Date.now() - 1000 * 60
}
next.ready = true
if (next.pending) {
Expand Down

0 comments on commit 5d165e9

Please sign in to comment.