Files
pnpm/.changeset
Zoltan Kochan 6b3d87a4ca perf: optimize undici connection settings and tarball buffering (#11151)
- Enable Happy Eyeballs (`autoSelectFamily`) for faster dual-stack (IPv4/IPv6) connection establishment
- Increase keep-alive timeouts (30s idle, 10min max) to reduce connection churn during install
- Set optimized global dispatcher so requests without custom options still benefit
- Pre-allocate `SharedArrayBuffer` for tarball downloads when `Content-Length` is known, avoiding intermediate chunk array and double-copy
2026-03-31 00:33:42 +02:00
..
2026-03-26 16:02:38 +01:00
2024-01-09 23:43:00 +01:00
2026-03-26 16:02:38 +01:00
2025-08-19 17:40:11 +02:00
2026-03-26 16:02:38 +01:00