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 6fae576 commit 9bb6525
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/addn/rateLimit.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { pRateLimit } from 'p-ratelimit'
const _limit = pRateLimit({
interval: undefined,
rate: undefined,
concurrency: 96,
concurrency: 48,
maxDelay: undefined,
})

Expand Down

0 comments on commit 9bb6525

Please sign in to comment.