berry
berry copied to clipboard
make fetcher concurrency correlate with networkConcurrency
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 read the Contributing Guide.
- [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.