scripts: do not download in // by default
author"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Wed Aug 11 19:10:45 2010 +0200 (2010-08-11)
changeset 20782895108fcec5
parent 2077 b11117cdfdf7
child 2079 d2ceb140371d
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>
config/global/download.in
     1.1 --- a/config/global/download.in	Sat Aug 14 20:26:23 2010 +0200
     1.2 +++ b/config/global/download.in	Wed Aug 11 19:10:45 2010 +0200
     1.3 @@ -94,7 +94,7 @@
     1.4  config DOWNLOAD_MAX_CHUNKS
     1.5      int
     1.6      prompt "Maximum number of // chunks"
     1.7 -    default 5
     1.8 +    default 1
     1.9      range 1 10
    1.10      help
    1.11        If you have aria2 installed, then it will be used to download files.