[downloader:http] add 'chunk-size' option (#3143)
and double the previous default from 16384 (2**14) to 32768 (2**15)
This commit is contained in:
@@ -381,6 +381,7 @@
|
||||
"http":
|
||||
{
|
||||
"adjust-extensions": true,
|
||||
"chunk-size": 32768,
|
||||
"headers": null
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user