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:
Mike Fährmann
2017-10-26 00:07:32 +02:00
parent ea8ca4cfa4
commit caf26412dd
7 changed files with 38 additions and 7 deletions

View File

@@ -4,6 +4,7 @@
"downloader":
{
"part": true,
"part-directory": null,
"http":
{
"retries": 5,