mirror of
https://github.com/sigoden/dufs.git
synced 2026-04-08 16:49:02 +03:00
[GH-ISSUE #213] Set the max number of files upload simultaneously from the web #110
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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