Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
tyleroooo committed Jan 13, 2025
1 parent ba09ab1 commit c6fa751
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hooks/useDydxClient.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ export const useDydxClient = () => useContext(DydxContext);

const DEFAULT_PAGE_SIZE_TARGET = 1000;
// parallel requests should be limited to prevent hitting 429 errors and failing the whole operation
const DEFAULT_MAX_REQUESTS = 15;
const DEFAULT_MAX_REQUESTS = 20;

const useDydxClientContext = () => {
// ------ Network ------ //
Expand Down

0 comments on commit c6fa751

Please sign in to comment.