Skip to content

Commit

Permalink
Update cron-cache-gas-prices.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
nicholaspai committed Jan 14, 2025
1 parent 2a61bc9 commit 109c63e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion api/cron-cache-gas-prices.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ const updateIntervalsSecPerChain = {
default: 5,
};

// Force the cache update promises to stop 1s before the Vercel serverless function times out.
const maxDurationSec = 60;

const getDepositArgsForChainId = (chainId: number, tokenAddress: string) => {
Expand Down

0 comments on commit 109c63e

Please sign in to comment.