Chunked uploads can take a long time to complete
Open
state:blocked
- Dominant language
- Swift
- Stars
- 288
- Forks
- 43
- PR merge metrics
- No merged PRs in 30d
Description
If the FileProvider extension is not in the foreground, only one chunk of the file can be uploaded at a time. Afterwards the extension has to be woken up again manually to start the upload of the next chunk. Because we have an additional memory limit of 15mb for the FileProvider Extension for iOS, it is not possible to upload multiple chunks at the same time.
Contributor guide
Assessment
This issue has not been assessed yet.