diff options
Diffstat (limited to 'module/config')
-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
|