mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2025-02-21 17:26:41 +00:00
scripts: do not download in // by default
Parallel downloads can be a bit harsh on the servers, and some will fail (eg. uclibc.org) in some cases. Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
This commit is contained in:
parent
1b17d874c5
commit
1c149fe46f
@ -94,7 +94,7 @@ config CONNECT_TIMEOUT
|
|||||||
config DOWNLOAD_MAX_CHUNKS
|
config DOWNLOAD_MAX_CHUNKS
|
||||||
int
|
int
|
||||||
prompt "Maximum number of // chunks"
|
prompt "Maximum number of // chunks"
|
||||||
default 5
|
default 1
|
||||||
range 1 10
|
range 1 10
|
||||||
help
|
help
|
||||||
If you have aria2 installed, then it will be used to download files.
|
If you have aria2 installed, then it will be used to download files.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user