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:
Yann E. MORIN" 2010-08-11 19:10:45 +02:00
parent 1b17d874c5
commit 1c149fe46f

View File

@ -94,7 +94,7 @@ config CONNECT_TIMEOUT
config DOWNLOAD_MAX_CHUNKS
int
prompt "Maximum number of // chunks"
default 5
default 1
range 1 10
help
If you have aria2 installed, then it will be used to download files.