781flyingdutchman / background_downloader

Flutter plugin for file downloads and uploads
Other
165 stars 76 forks source link

Large attachment uploading takes a while #337

Closed jamescardona11 closed 4 months ago

jamescardona11 commented 5 months 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 months ago

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

781flyingdutchman commented 4 months 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.