mirror of
https://github.com/Crosstalk-Solutions/project-nomad.git
synced 2026-03-29 04:59:26 +02: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 |
||
|---|---|---|
| .. | ||
| benchmark.ts | ||
| chat.ts | ||
| collections.ts | ||
| docker.ts | ||
| downloads.ts | ||
| files.ts | ||
| kv_store.ts | ||
| maps.ts | ||
| ollama.ts | ||
| rag.ts | ||
| services.ts | ||
| system.ts | ||
| util.ts | ||
| zim.ts | ||