Skip to content

Commit

Permalink
tweak limit
Browse files Browse the repository at this point in the history
  • Loading branch information
Bossett committed Sep 4, 2024
1 parent 97d1fe6 commit 383b4bf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/env/limits.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@ const limits = {
DELETE_LIMIT_MAX_RATE: 2_750,
DELETE_LIMIT_RATE_INTERVAL_MS: 60 * 60 * 1000,
// rate limit for plc.directory
PLC_LIMIT_MAX_CONCURRENT: 512,
PLC_LIMIT_MAX_CONCURRENT: 256,
PLC_LIMIT_MAX_DELAY_MS: undefined,
PLC_LIMIT_MAX_RATE: undefined,
PLC_LIMIT_RATE_INTERVAL_MS: undefined,
// rate limit for public API
PUBLIC_LIMIT_MAX_CONCURRENT: 128,
PUBLIC_LIMIT_MAX_CONCURRENT: 96,
PUBLIC_LIMIT_MAX_DELAY_MS: undefined,
PUBLIC_LIMIT_MAX_RATE: undefined,
PUBLIC_LIMIT_RATE_INTERVAL_MS: undefined,
Expand Down

0 comments on commit 383b4bf

Please sign in to comment.