[GH-ISSUE #213] Set the max number of files upload simultaneously from the web #110

Closed
opened 2026-04-08 16:50:24 +03:00 by zhus · 0 comments
Owner

Originally created by @flaribbit on GitHub (May 25, 2023).
Original GitHub issue: https://github.com/sigoden/dufs/issues/213

Specific Demand

Currently, 5 files will be uploaded simultaneously from the web. But this will cause performance issues on HDD.

Uploading 5 files simultaneously gets only around 20MB/s(total) on my computer, while upload them one by one can reach 120MB/s.

It would be great if we could set the number of files uploading simultaneously.

Implement Suggestion

maybe add a option box on the webpage

Originally created by @flaribbit on GitHub (May 25, 2023). Original GitHub issue: https://github.com/sigoden/dufs/issues/213 ## Specific Demand Currently, 5 files will be uploaded simultaneously from the web. But this will cause performance issues on HDD. Uploading 5 files simultaneously gets only around 20MB/s(total) on my computer, while upload them one by one can reach 120MB/s. It would be great if we could set the number of files uploading simultaneously. ## Implement Suggestion maybe add a option box on the webpage
zhus closed this issue 2026-04-08 16:50:24 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: sigoden/dufs#110