RobotsOnDrugs / BDSM

The Best Downloader for Sideloader Mods
MIT License
16 stars 2 forks source link

[Bug] Cant do multi file download simultaneously #27

Closed noelleliem closed 1 year ago

noelleliem commented 1 year ago

Problem behavior

Cant do multi file download. Only download single file until around 95% then another file begin to download.

It was possible in 0.34.

BDSM.log

Expected behavior

No response

Steps to reproduce

No response

RobotsOnDrugs commented 1 year ago

It's possible in all versions, but there is nothing to be gained by forcing it to always spend available connections on separate files. Whether there are multiple files going at the same time or not depends on the size of the files in the queue. It already downloads more than one piece at a time, so there would be no speed gain. 5 files x 1MB/s is the same as 1 file x 5MB/s.

noelleliem commented 1 year ago

oh i'm sorry i didn't explain it properly. i don't know its my connection that doesn't want to increase the download speed or not, but i cant reach 1MB/s even though my ISP has 100Mbps bandwidth. i'm stuck between 300-700KB/s only so i'm thinking its because the download are not done in parallel.

RobotsOnDrugs commented 1 year ago

I can see from your log that you're not able to establish multiple connections, so you won't be able to do much in parallel. Why that is could be for any number of reasons, but a likely one is that you have other connections already open at the same time, which would happen if you had KKManager or another instance of BDSM open at the same time. It could also be something with your connection overall or specifically with the server. Better logging of this is coming, but BDSM can't actually do a whole lot about it.