wabbajack/Wabbajack.Downloaders.Dispatcher
Luca 00faee48fe
Fixes for the resumable downloads feature (#2345)
* Fix handle of hashed file not closing

* Limit concurrent downloads to a maximum of 8

* Dynamically increase job size to avoid downloads appearing stalled

* Set downloader settings to avoid RAM and timeout issues

* Improve logging around downloads

* Adds more logging when starting stopping downloads
* Improves error message when GameFileSource download fails
* Stops logging errors when archive isn't available on WJ CDN

* Add retry mechanism to SingleThreadedDownloader

* Update CHANGELOG.md

* Remove hard limit for download threads

---------

Co-authored-by: UrbanCMC <UrbanCMC@web.de>
2023-06-27 08:16:03 -06:00
..
DownloadDispatcher.cs Fixes for the resumable downloads feature (#2345) 2023-06-27 08:16:03 -06:00
DownloadResult.cs Code cleanup and fix test running 2021-10-23 10:51:17 -06:00
ServiceExtensions.cs Implement an archive verification cache 2022-10-17 22:48:49 -06:00
Wabbajack.Downloaders.Dispatcher.csproj .NET 7.0 Broke the deployment model, will look into it more in a future update 2022-11-11 22:27:21 -07:00