Files
Zoltan Kochan c99510cc60 perf: raise the default network concurrency floor from 16 to 64
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.
2026-06-11 18:17:49 +02:00
..
2026-06-10 12:40:29 +02:00
2026-06-10 12:40:29 +02:00
2026-06-10 12:40:29 +02:00
2026-06-10 12:40:29 +02:00