781flyingdutchman / background_downloader

Flutter plugin for file downloads and uploads
Other
137 stars 66 forks source link

Large attachment uploading takes a while #337

Closed jamescardona11 closed 2 days ago

jamescardona11 commented 2 weeks ago

Does anyone know if the app-systems have limits on file upload speed;

In my case, large files are taking a long time, or should I use some special strategy for large files?

github-actions[bot] commented 4 days ago

This issue is stale because it has been open for 14 days with no activity.

781flyingdutchman commented 2 days ago

I'm not aware of any but the OS does manage how much resource is given to the background task, and that, together with possible server limitations, may affect download and upload speeds.