gyselroth / balloon-client-web

balloon web user interface
GNU General Public License v3.0
2 stars 5 forks source link

Dynamic chunk size for uploads #269

Open pixtron opened 4 years ago

pixtron commented 4 years ago

Describe the change

Dynamic chunk size

Current situation

Chunks have a static size.

Should

raffis commented 4 years ago

Starting with balloon v2.7 the chunksize must always be a multiplication of 64bytes.

raffis commented 4 years ago

Or just do not chunk at all, using the new /api/v3/sessions coming in balloon v3 you may just stream the entire file upwards and/or pause upload and resume it. No need to split it into chunks.