Skip to content

Commit

Permalink
removed cap on public api calls, concurrent at 2048
Browse files Browse the repository at this point in the history
  • Loading branch information
Bossett committed Sep 6, 2024
1 parent 19997ad commit 3f94430
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/env/limits.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ const limits = {
PLC_LIMIT_MAX_RATE: undefined,
PLC_LIMIT_RATE_INTERVAL_MS: undefined,
// rate limit for public API
PUBLIC_LIMIT_MAX_CONCURRENT: 512,
PUBLIC_LIMIT_MAX_CONCURRENT: undefined,
PUBLIC_LIMIT_MAX_DELAY_MS: undefined,
PUBLIC_LIMIT_MAX_RATE: undefined,
PUBLIC_LIMIT_RATE_INTERVAL_MS: undefined,
Expand Down

0 comments on commit 3f94430

Please sign in to comment.