Skip to content

Commit

Permalink
GitHub concurrent requests (#1691)
Browse files Browse the repository at this point in the history
  • Loading branch information
sausage-todd authored Oct 16, 2023
1 parent 6537ceb commit 387c569
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ export function getConcurrentRequestLimiter(
): IConcurrentRequestLimiter {
if (concurrentRequestLimiter === undefined) {
concurrentRequestLimiter = ctx.getConcurrentRequestLimiter(
8, // max 10 concurrent requests
50, // max 2 concurrent requests
'github-concurrent-request-limiter',
)
}
Expand Down

0 comments on commit 387c569

Please sign in to comment.