Skip to content

Commit

Permalink
chore(subgraph-cache): Increase retries on decentralized network endp…
Browse files Browse the repository at this point in the history
…oints (#721)
  • Loading branch information
mikeki authored Jun 5, 2024
1 parent fc9978b commit 4c30084
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/cron/cache-config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ export const chainProtocols = [
timeout: 90000,
provider: new V3SubgraphProvider(
ChainId.ARBITRUM_ONE,
3,
5,
90000,
true,
v3TrackedEthThreshold,
Expand Down Expand Up @@ -194,7 +194,7 @@ export const chainProtocols = [
timeout: 840000,
provider: new V2SubgraphProvider(
ChainId.MAINNET,
3,
5,
900000,
true,
1000,
Expand Down

0 comments on commit 4c30084

Please sign in to comment.