Skip to content

Commit

Permalink
Request every 15,33 minutes instead of 12 minutes
Browse files Browse the repository at this point in the history
  • Loading branch information
dorianbayart committed Aug 16, 2024
1 parent 67b149e commit ec4783b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cron.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ const backFolder = './back'



const MAIN_TIMEOUT = process.env.NODE_ENV === 'production' ? 720000 : 360000 // 12 minutes or 6 minutes
const MAIN_TIMEOUT = process.env.NODE_ENV === 'production' ? 920000 : 360000 // 15,33 minutes or 6 minutes
const COINGECKO_TIMEOUT = process.env.NODE_ENV === 'production' ? 25000 : 45000 // 25 or 45 seconds


Expand Down

0 comments on commit ec4783b

Please sign in to comment.