use a max of 16 parallel downloads

This commit is contained in:
Ruben Abad 2024-02-01 01:34:09 +01:00
parent 1e84ba868a
commit fd08628baf
1 changed files with 2 additions and 2 deletions

View File

@ -41,8 +41,8 @@ done
# -- Set up environment --------------------------------------------------------
# ==============================================================================
MAX_PARALLELL_DOWNLOADS=1
MAX_CONNECTIONS_PER_SERVER=1
MAX_PARALLELL_DOWNLOADS=16
MAX_CONNECTIONS_PER_SERVER=16
SCRIPT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
pushd "$SCRIPT_DIR" >/dev/null