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.
Is your feature request related to a problem? Please describe.
The default chunk size of 100MB for the uploads is too less in the current time. Please consider to change it to 1000MB.
Describe the solution you'd like
By changing the default value of the max_chunk_size to 1000MB, I was able to tremendously improve the upload speed for big files using the sync client
Describe alternatives you've considered
Maybe change it to 10000MB but thats probably already too much.
How to use GitHub
Is your feature request related to a problem? Please describe.
The default chunk size of 100MB for the uploads is too less in the current time. Please consider to change it to 1000MB.
Describe the solution you'd like
By changing the default value of the max_chunk_size to 1000MB, I was able to tremendously improve the upload speed for big files using the sync client
Describe alternatives you've considered
Maybe change it to 10000MB but thats probably already too much.
Additional context
I talk about this value: https://docs.nextcloud.com/desktop/3.2/advancedusage.html?highlight=chunk#:~:text=maxchunksize
The text was updated successfully, but these errors were encountered: