ngld / knossos

NuKnossos a complete rewrite of the old Knossos mod manager. Nebula also lives here since it's easier to manage both projects in a single monorepo. If you're looking for the old code, go to https://github.com/ngld/old-knossos.
Apache License 2.0
24 stars 2 forks source link

Detect unusually slow downloads and restart / resume them #26

Open ngld opened 3 years ago

ngld commented 3 years ago

Under certain circumstances, at the end of a mod installation, only one download is left but it's for some reason really slow (i.e. 25 KiB/s) which makes the mod installation much slower than it should be. Knossos should detect whenever a download is significantly slower than previous downloads and either try using a better/faster mirror or resume the download since this issue sometimes only affects specific TCP connections which means that reconnecting fixes it.