berry icon indicating copy to clipboard operation
berry copied to clipboard

make fetcher concurrency correlate with networkConcurrency

Open goloveychuk opened this issue 2 years ago • 0 comments

What's the problem this PR addresses? Increasing yarn install concurrency, make it sort of configurable.

...

How did you fix it? Using network concurrency. It could make sense to introduce new optional param (installConcurrency) and when it's not presented, fallback to networkConcurrenct+C.

...

Checklist

  • [x] I have set the packages that need to be released for my changes to be effective.
  • [x] I will check that all automated PR checks pass before the PR gets reviewed.

goloveychuk avatar Jan 04 '24 16:01 goloveychuk