Skip to content

Commit

Permalink
chore: Increase concurrency to 16 in rate-limits.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
zharinov committed Jul 17, 2024
1 parent 4086493 commit 15a5dc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/util/http/rate-limits.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ const defaults: RateLimitRule[] = [
},
{
matchHost: '*',
concurrency: 10,
concurrency: 16,
},
];

Expand Down

0 comments on commit 15a5dc4

Please sign in to comment.