Fix large file downloads #52

Open
jimmy wants to merge 0 commits from fix/large-file-downloads into main
Owner

Replace programmatic link click with native navigation to support streaming downloads of large files (10GB+). The previous approach buffered the entire file in memory before triggering download.

Replace programmatic link click with native navigation to support streaming downloads of large files (10GB+). The previous approach buffered the entire file in memory before triggering download.
jimmy added 1 commit 2026-04-18 23:57:30 +08:00
fix: use native navigation for file downloads to support large files
Run Tests / Backend Tests (pull_request) Failing after 4m45s
Run Tests / Frontend Tests (pull_request) Failing after 1m20s
Deploy Dashboard (Dev) / deploy-dev (push) Failing after 2m47s
Run Tests / Backend Tests (push) Failing after 5m52s
Run Tests / Frontend Tests (push) Failing after 1m43s
Run Tests / Test Summary (pull_request) Failing after 33s
Run Tests / Test Summary (push) Has been cancelled
b5b6f9134b
Some checks are pending
Run Tests / Backend Tests (pull_request) Failing after 4m45s
Run Tests / Frontend Tests (pull_request) Failing after 1m20s
Deploy Dashboard (Dev) / deploy-dev (push) Failing after 2m47s
Run Tests / Backend Tests (push) Failing after 5m52s
Run Tests / Frontend Tests (push) Failing after 1m43s
Run Tests / Test Summary (pull_request) Failing after 33s
Run Tests / Test Summary (push) Has been cancelled
Checking for merge conflicts…
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin fix/large-file-downloads:fix/large-file-downloads
git checkout fix/large-file-downloads
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: jimmy/nas-tools#52