Use parallel downloads for AUTO_CURSEFORGE (#1899)

This commit is contained in:
Geoff Bourne
2023-01-12 18:59:12 -06:00
committed by GitHub
parent df0c57d111
commit 8017379723
3 changed files with 11 additions and 1 deletions
+4
View File
@@ -652,6 +652,10 @@ The following two examples both refer to version 1.0.7 of ATM8:
If there are mods that need to be excluded, such as ones that did not properly declare as a client mod via the file's game versions, then they can be excluded by passing a comma or space delimited list of project IDs via `CF_EXLUDE_MODS`
Other configuration available:
- `CF_PARALLEL_DOWNLOADS` (default is 4): specify how many parallel mod downloads to perform
- `CF_FORCE_SYNCHRONIZE`: set to "true" to force the inputs and exclusions to be re-evaluated
### Old approach
Enable this server mode by adding `-e TYPE=CURSEFORGE` to your command-line,