You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added network performance monitoring to pnpm by implementing warnings for slow network requests, including both metadata fetches and tarball downloads.
11
+
12
+
Added configuration options for warning thresholds: `fetchWarnTimeoutMs` and `fetchMinSpeedKiBps`.
13
+
Warning messages are displayed when requests exceed time thresholds or fall below speed minimums
14
+
15
+
Related PR: [#10025](https://github.com/pnpm/pnpm/pull/10025).
16
+
17
+
### Patch Changes
18
+
19
+
- Retry filesystem operations on EAGAIN errors [#9959](https://github.com/pnpm/pnpm/pull/9959).
0 commit comments