Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add automatic chunk sizing, remove manual chunk sizing #2547

Closed
mpivchev opened this issue Jul 25, 2023 · 0 comments
Closed

Add automatic chunk sizing, remove manual chunk sizing #2547

mpivchev opened this issue Jul 25, 2023 · 0 comments
Assignees

Comments

@mpivchev
Copy link
Collaborator

mpivchev commented Jul 25, 2023

Follow up from #2541

Web, Desktop and Android has auto chunking for large files. It's time to add it to iOS as well and remove manual chunk sizing.

  1. Add auto chunk sizing:

    • If using cellular, use 10MB chunks
    • If using WiFi, use 100 MB chunks
    • If max chunk count is > 10000 (max count), add + 100 MB to the chunk size to reduce the count. This is an edge case.
  2. Remove manual chunk sizing option from settings:

image
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants