Skip to content

Commit

Permalink
chore(cron): Update timeouts for base (#787)
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeki authored Jul 23, 2024
1 parent 818682d commit 4c5da6e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lib/cron/cache-config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -284,11 +284,11 @@ export const chainProtocols = [
{
protocol: Protocol.V2,
chainId: ChainId.BASE,
timeout: 90000,
timeout: 840000,
provider: new V2SubgraphProvider(
ChainId.BASE,
3,
90000,
5,
900000,
true,
1000,
v2TrackedEthThreshold,
Expand Down

0 comments on commit 4c5da6e

Please sign in to comment.