mirror of
https://github.com/pnpm/pnpm.git
synced 2026-07-17 11:12:25 -04:00
The default was min(64, max(workers * 3, 16)), deriving the floor from the CPU count. Downloads are I/O-bound: on a 4-vCPU CI runner the formula yields 16 concurrent requests, leaving a low-latency registry unsaturated while multi-hundred-tarball installs drain 16 at a time. The new default is min(96, max(workers * 3, 64)). The networkConcurrency setting still overrides it. Applied to pnpm's package-requester, the lockfile-resolution verifier fan-out that mirrors its floor, and the same two spots in pacquet.