From 109c63e68911c6d199d22ac7ee77c746edfda52f Mon Sep 17 00:00:00 2001 From: nicholaspai Date: Mon, 13 Jan 2025 19:41:20 -0700 Subject: [PATCH] Update cron-cache-gas-prices.ts --- api/cron-cache-gas-prices.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/api/cron-cache-gas-prices.ts b/api/cron-cache-gas-prices.ts index b74a475ce..d954c3d53 100644 --- a/api/cron-cache-gas-prices.ts +++ b/api/cron-cache-gas-prices.ts @@ -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) => {