Skip to content

Commit

Permalink
reduce limit to handle rate limit errors
Browse files Browse the repository at this point in the history
  • Loading branch information
Bossett committed Sep 9, 2024
1 parent 3b3ff95 commit 4c7533c
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 @@ -3,7 +3,7 @@ const limits = {
// rate limiter for authed request
PDS_LIMIT_MAX_CONCURRENT: 100,
PDS_LIMIT_MAX_DELAY_MS: undefined,
PDS_LIMIT_MAX_RATE: 290,
PDS_LIMIT_MAX_RATE: 280,
PDS_LIMIT_RATE_INTERVAL_MS: 30_000,
// rate limiter for delete request
DELETE_LIMIT_MAX_CONCURRENT: 256,
Expand Down

0 comments on commit 4c7533c

Please sign in to comment.