-
-
Notifications
You must be signed in to change notification settings - Fork 149
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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>
- Loading branch information
1 parent
cbc87f8
commit 00faee4
Showing
6 changed files
with
91 additions
and
26 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters