From 4c300846874c6ccba311c468e6dbca03fab3b948 Mon Sep 17 00:00:00 2001 From: Miguel Cervera Date: Wed, 5 Jun 2024 10:46:07 -0700 Subject: [PATCH] chore(subgraph-cache): Increase retries on decentralized network endpoints (#721) --- lib/cron/cache-config.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/cron/cache-config.ts b/lib/cron/cache-config.ts index 198269c4d7..84245a8ed4 100644 --- a/lib/cron/cache-config.ts +++ b/lib/cron/cache-config.ts @@ -79,7 +79,7 @@ export const chainProtocols = [ timeout: 90000, provider: new V3SubgraphProvider( ChainId.ARBITRUM_ONE, - 3, + 5, 90000, true, v3TrackedEthThreshold, @@ -194,7 +194,7 @@ export const chainProtocols = [ timeout: 840000, provider: new V2SubgraphProvider( ChainId.MAINNET, - 3, + 5, 900000, true, 1000,