Added parallel downloads setting (not in gui options yet), added a thread pool for downloading multiple packages at once- quite helpful for TSR 😁, fixed download resuming (used wrong file mode...)

This commit is contained in:
2021-12-23 10:56:28 -06:00
parent 47a22311bb
commit 9707110972
5 changed files with 112 additions and 14 deletions

View File

@@ -5,6 +5,7 @@ class W3DHub
language: Gosu.user_languages.first.split("_").first,
app_install_dir: default_app_install_dir,
package_cache_dir: default_package_cache_dir,
parallel_downloads: 4,
wine_command: "wine",
create_wine_prefixes: true,
allow_diagnostic_reports: false,