Skip to content

Commit

Permalink
feat: increase hiro rate limiter
Browse files Browse the repository at this point in the history
  • Loading branch information
alter-eggo committed Apr 22, 2024
1 parent 8735380 commit 51cf2c0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/app/query/stacks/hiro-rate-limiter.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ import { whenStacksChainId } from '@shared/crypto/stacks/stacks.utils';
import { useCurrentNetworkState } from '@app/store/networks/networks.hooks';

const hiroStacksMainnetApiLimiter = new PQueue({
interval: 5000,
intervalCap: 10,
interval: 60000,
intervalCap: 100,
timeout: 60000,
});

Expand Down

0 comments on commit 51cf2c0

Please sign in to comment.