diff options
Diffstat (limited to 'module/config/default.conf')
-rw-r--r-- | module/config/default.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/module/config/default.conf b/module/config/default.conf index 143e2520f..b6ecce755 100644 --- a/module/config/default.conf +++ b/module/config/default.conf @@ -30,7 +30,7 @@ general - "General": bool skip_existing : "Skip already existing files" = False
int renice : "CPU Priority" = 0
download - "Download":
- int chunks : "Max connections for one download" = 4
+ int chunks : "Max connections for one download" = 3
int max_downloads : "Max Parallel Downloads" = 3
int max_speed : "Max Download Speed kb/s" = -1
bool limit_speed : "Limit Download Speed" = False
|