mirror of
https://github.com/Crosstalk-Solutions/project-nomad.git
synced 2026-03-28 19:49:25 +01:00
Axios stream timeout only covers initial connection, not the body. Once streaming starts, a stalled server would hang indefinitely. - Added stallTimeout param (default 60s) to DoResumableDownloadParams - Reset a timer on every received chunk; abort if no data arrives within the window - Treat stall errors as retriable network errors in doResumableDownloadWithRetry so partial downloads can resume from where they left off |
||
|---|---|---|
| .. | ||
| downloads.ts | ||
| fs.ts | ||
| misc.ts | ||
| version.ts | ||