diff options
author | mkaay <mkaay@mkaay.de> | 2010-12-22 23:44:33 +0100 |
---|---|---|
committer | mkaay <mkaay@mkaay.de> | 2010-12-22 23:44:33 +0100 |
commit | c66a630a502a5e118d8773b32820aca861ce32cd (patch) | |
tree | fa7b4c5d0f107fb2448a3f399041927182e098a5 /module/config/default.conf | |
parent | final cookie fix :D (diff) | |
download | pyload-c66a630a502a5e118d8773b32820aca861ce32cd.tar.xz |
new download backend integrated so far, downloading works, but still big todo list
Diffstat (limited to 'module/config/default.conf')
-rw-r--r-- | module/config/default.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/module/config/default.conf b/module/config/default.conf index cd23b3ca1..884891375 100644 --- a/module/config/default.conf +++ b/module/config/default.conf @@ -32,6 +32,7 @@ general - "General": bool skip_existing : "Skip already existing files" = False
ip download_interface : "Outgoing IP address for downloads" = None
int renice : "CPU Priority" = 0
+ int chunks : "Max connections for one download" = 4
permission - "Permissions":
bool change_user : "Change user of running process" = False
str user : "Username" = user
|