immich/packages/cli/src
moversity afa836181c
fix(cli): prevent out-of-memory on file upload due to undici storing the request body (#28723)
fix(cli): add fetch param to prevent OOM of upload

Issue due to undici storing the entire request body in memory.
Related undici bug report: https://github.com/nodejs/undici/issues/4058

Fixes https://github.com/immich-app/immich/issues/28720

Signed-off-by: moversity <148445403+moversity@users.noreply.github.com>
2026-06-03 15:19:35 +00:00
..
commands fix(cli): prevent out-of-memory on file upload due to undici storing the request body (#28723) 2026-06-03 15:19:35 +00:00
index.ts refactor: move cli to package folder (#28356) 2026-05-11 14:49:45 -04:00
queue.ts refactor: move cli to package folder (#28356) 2026-05-11 14:49:45 -04:00
utils.spec.ts refactor: move cli to package folder (#28356) 2026-05-11 14:49:45 -04:00
utils.ts refactor: move cli to package folder (#28356) 2026-05-11 14:49:45 -04:00