You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please use the 👍 reaction to show that you are interested into the same feature.
Please don't comment if you have no relevant information to add. It's just extra noise for everyone subscribed to this issue.
Subscribe to receive notifications on status change and new comments.
Feature request
Is your feature request related to a problem? Please describe.
Supports setting the number of concurrent uploads, which can be implemented on both the client and the server. For the Raspberry Pi, a concurrent number of more than 5 may be unbearable, but for a powerful server, a concurrent number of 50 may not be able to fully utilize the performance.
My situation belongs to the latter. I need a larger concurrent number, especially my local file size is small but the total amount is large. The current concurrent number is a disaster for my photo synchronization. I have tens of thousands of pictures, but the efficiency is very low due to remote synchronization delays and limited concurrency.
Describe the solution you'd like
Supports setting the number of concurrent uploads, which can be implemented on both the client and the server.
Describe alternatives you've considered
None
Additional context
None
The text was updated successfully, but these errors were encountered:
Imagine you are in a place with slow and instable internet. The dumb app tries to upload 10 files at one time. After 30 minutes your internet has a disruption. You have uploaded 10 times 1 mb. You would have been better off uploading one file of 7 mb at the time, so after 30 mins you would be left with 9 file and one file successfully uploaded. There are places still today that suffer from slow intermittent internet connection. One file at the time is more efficient. And if you pay by mb uploading concurrent failed uploads turn costly!
How to use GitHub
Feature request
Is your feature request related to a problem? Please describe.
Supports setting the number of concurrent uploads, which can be implemented on both the client and the server. For the Raspberry Pi, a concurrent number of more than 5 may be unbearable, but for a powerful server, a concurrent number of 50 may not be able to fully utilize the performance.
My situation belongs to the latter. I need a larger concurrent number, especially my local file size is small but the total amount is large. The current concurrent number is a disaster for my photo synchronization. I have tens of thousands of pictures, but the efficiency is very low due to remote synchronization delays and limited concurrency.
Describe the solution you'd like
Supports setting the number of concurrent uploads, which can be implemented on both the client and the server.
Describe alternatives you've considered
None
Additional context
None
The text was updated successfully, but these errors were encountered: