Revert (for now) the feature to limit concurrent modpack file downloads (#3430)

This commit is contained in:
Geoff Bourne
2025-04-30 09:21:23 -05:00
committed by GitHub
parent 62be34bae9
commit 6cbedd8c26
3 changed files with 4 additions and 4 deletions
+1
View File
@@ -47,6 +47,7 @@ setupOnlyMinecraftTest(){
status=PASSED
verify=
if ! logs=$(docker compose run --rm -e SETUP_ONLY=true -e DEBUG="${DEBUG:-false}" mc 2>&1); then
status=FAILED
outputContainerLog "$logs"
result=1
elif [ -f verify.sh ]; then