add option to set alternate location of .part files (#29)
Note: The path set for 'downloader.*.part-directory' needs to point to an already existing directory.
This commit is contained in:
@@ -107,6 +107,15 @@ Description Controls the use of ``.part`` files during file downloads.
|
||||
=========== =====
|
||||
|
||||
|
||||
downloader.part-directory
|
||||
-------------------------
|
||||
=========== =====
|
||||
Type ``string``
|
||||
Default ``null``
|
||||
Description Path to an existing directory to store ``.part`` files in.
|
||||
=========== =====
|
||||
|
||||
|
||||
downloader.http.retries
|
||||
-----------------------
|
||||
=========== =====
|
||||
|
||||
@@ -4,6 +4,7 @@
|
||||
"downloader":
|
||||
{
|
||||
"part": true,
|
||||
"part-directory": null,
|
||||
"http":
|
||||
{
|
||||
"retries": 5,
|
||||
|
||||
Reference in New Issue
Block a user