Skip to content

fix(file-manager): make bulk uploads resilient - #1373

Merged
ZacharyZcR merged 1 commit into
Termix-SSH:dev-2.8.0from
ZacharyZcR:fix/support-1231-reliable-bulk-uploads
Aug 31, 2026
Merged

fix(file-manager): make bulk uploads resilient#1373
ZacharyZcR merged 1 commit into
Termix-SSH:dev-2.8.0from
ZacharyZcR:fix/support-1231-reliable-bulk-uploads

Conversation

@ZacharyZcR

Copy link
Copy Markdown
Member

Summary

  • cap simultaneous browser uploads at three per selection
  • remove the Node request-duration ceiling and extend file-manager proxy timeouts
  • destroy aborted SFTP streams and remove partial remote files
  • only report streamed uploads as complete after the writable stream finishes

Verification

  • npx vitest run --project frontend src/ui/tests/features/file-manager/file-manager-utils.test.ts
  • npx vitest run --project backend src/backend/tests/hosts/file-manager/content-routes.test.ts
  • npm run lint -- --quiet
  • npm run type-check

Fixes Termix-SSH/Support#1231

@ZacharyZcR
ZacharyZcR merged commit a58d775 into Termix-SSH:dev-2.8.0 Aug 31, 2026
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant