Skip to content

Commit

Permalink
fix: reduce max concurrency (#1190)
Browse files Browse the repository at this point in the history
  • Loading branch information
dohaki authored Sep 5, 2024
1 parent 4b807d1 commit 0f29b5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/_utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -734,7 +734,7 @@ function getProviderFromConfigJson(_chainId: string) {
1, // quorum can be 1 in the context of the API
3, // retries
0.1, // delay
100, // max. concurrency
10, // max. concurrency
"RPC_PROVIDER", // cache namespace
0 // disable RPC calls logging
);
Expand Down

0 comments on commit 0f29b5e

Please sign in to comment.