Skip to content

Commit bb73fc0

Browse files
author
tombertrand
committed
Increase CG timeouts
1 parent 9ce4e85 commit bb73fc0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/cron/coingeckoStats.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ const getMarketCapStats = async () => {
230230
if (i && !(i % 10)) {
231231
await sleep(15000);
232232
} else {
233-
await sleep(process.env.NODE_ENV === "production" ? 3000 : 150);
233+
await sleep(process.env.NODE_ENV === "production" ? 10_000 : 150);
234234
}
235235
}
236236

0 commit comments

Comments
 (0)