Skip to content

Commit

Permalink
drop public limit to try stay within per-ip
Browse files Browse the repository at this point in the history
  • Loading branch information
Bossett committed Sep 4, 2024
1 parent 383b4bf commit dca2007
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: 96,
PUBLIC_LIMIT_MAX_CONCURRENT: 48,
PUBLIC_LIMIT_MAX_DELAY_MS: undefined,
PUBLIC_LIMIT_MAX_RATE: undefined,
PUBLIC_LIMIT_RATE_INTERVAL_MS: undefined,
Expand Down

0 comments on commit dca2007

Please sign in to comment.