Skip to content

Dynamic chunk size for uploads  #269

@pixtron

Description

@pixtron

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

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions