Skip to content

Commit

Permalink
fix: further decrease max. concurrecy (#1191)
Browse files Browse the repository at this point in the history
* fix: further decrease max. concurrecy

* increase delay
  • Loading branch information
dohaki authored Sep 5, 2024
1 parent 0f29b5e commit 8a4735a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions api/_utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -733,8 +733,8 @@ function getProviderFromConfigJson(_chainId: string) {
chainId,
1, // quorum can be 1 in the context of the API
3, // retries
0.1, // delay
10, // max. concurrency
0.5, // delay
5, // max. concurrency
"RPC_PROVIDER", // cache namespace
0 // disable RPC calls logging
);
Expand Down

0 comments on commit 8a4735a

Please sign in to comment.