config/global/download.in
changeset 2203 ac3e215141a1
parent 2078 2895108fcec5
child 2484 d1a8c2ae7946
     1.1 --- a/config/global/download.in	Wed Aug 11 19:10:45 2010 +0200
     1.2 +++ b/config/global/download.in	Tue Nov 16 10:00:27 2010 +0100
     1.3 @@ -91,21 +91,6 @@
     1.4        
     1.5        Note that this value applies equally to wget if you have that installed.
     1.6  
     1.7 -config DOWNLOAD_MAX_CHUNKS
     1.8 -    int
     1.9 -    prompt "Maximum number of // chunks"
    1.10 -    default 1
    1.11 -    range 1 10
    1.12 -    help
    1.13 -      If you have aria2 installed, then it will be used to download files.
    1.14 -      Aria2 can split the download in chunks, and download those chunks in //
    1.15 -      which can be interesting to speed up the download.
    1.16 -      
    1.17 -      On the other hand, using many chunks, or even chunking in general, may
    1.18 -      be seen by some site admins as being kind of unfair, or even as a DoS.
    1.19 -      That's why the range of acceptable values is [1..10], and the default
    1.20 -      is 5 (aria2's default).
    1.21 -
    1.22  config ONLY_DOWNLOAD
    1.23      bool
    1.24      prompt "Stop after downloading tarballs"