-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Description
Describe the change
Dynamic chunk size
Current situation
Chunks have a static size.
Should
- Set a max. chunk size.
- measure time for each chunk
- set chunk size for next chunk based on the time the previous chunk needed
- chunk size should always be a multiply of 512b
- if request times out (Http Status: 504), upload failing chunk with a decreased chunk size
- server has a timeout of 5 minutes
Reactions are currently unavailable