diff options
Diffstat (limited to 'module/config/default.conf')
-rw-r--r-- | module/config/default.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/module/config/default.conf b/module/config/default.conf index b6ecce755..1c0d935ab 100644 --- a/module/config/default.conf +++ b/module/config/default.conf @@ -32,7 +32,7 @@ general - "General": download - "Download":
int chunks : "Max connections for one download" = 3
int max_downloads : "Max Parallel Downloads" = 3
- int max_speed : "Max Download Speed kb/s" = -1
+ int max_speed : "Max Download Speed in kb/s" = -1
bool limit_speed : "Limit Download Speed" = False
bool proxy : "Use Proxy" = False
str interface : "Download interface to bind (ip or Name)" = None
@@ -56,6 +56,6 @@ downloadTime - "Download Time": proxy - "Proxy":
str address : "Address" = "localhost"
int port : "Port" = 7070
- str type : "Protocol (http|socks4|socks5)" = http
+ http;socks4;socks5 type : "Protocol" = http
str username : "Username" = None
str password : "Password" = None
|