Skip to content

Commit

Permalink
chore: Update concurrency to 10 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 dff84f5 commit 4086493
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: 8,
concurrency: 10,
},
];

Expand Down

0 comments on commit 4086493

Please sign in to comment.