You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
recently users reported to us that the Application is consuming their data traffic excessively, after investigating and measuring it multiple times we found out this is causing due to this config:
recently users reported to us that the Application is consuming their data traffic excessively, after investigating and measuring it multiple times we found out this is causing due to this config:
Finally, I figured out that removing the
Downloader.FileDownloaderType.PARALLEL
from the okHttp config resolves the issue.consuming the network data about 5 times more than the actual size is an important issue and I hope to see the fix in the next versions.
Cheers!
The text was updated successfully, but these errors were encountered: