PojavLauncher_iOS
PojavLauncher_iOS copied to clipboard
[F-Req] Please limit number of concurrent resource downloads
Is this request related to a bug?
Resource download takes almost an hour with "request timed out" dialog popping out for every 4~5 files downloaded.
Although I haven't look at the source code, it seems like the launcher is trying to download every resources concurrently.
I believe that my slow internet connection can't sustain that many downloads concurrently. Using faster internet via hotspot (of my friend) actually solved this problem.
Describe the request.
A viable solution would be limiting number of concurrent request streams. It should be a nice balance between "fast on fast internet" and "not crawl on slow internet".
My guess is about 8, which is limit of most web browsers.
Or even a patch to increase timeout would be greatful.
Anything else?
I only have a mobile data plan limited to 3Mbps. I plan to subscribe to wired internet next year when I move. Didn't realize not having wired internet at home would be this painful.
yeah this should be a setting
Also because it seems to download files so fast, it hits a rate limit very often.
I dont see this in other minecraft clients, so maybe something needs to be changed.
The default maximum concurrent downloads is 6. I’ll look into timeout issue though.