summaryrefslogtreecommitdiffstats
path: root/module/config/default.conf
diff options
context:
space:
mode:
authorGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2010-12-29 22:22:50 +0100
committerGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2010-12-29 22:22:50 +0100
commit3c85d66783b0f03a36d36356ecdebf17754f75ec (patch)
tree75730b2e8edb16504c0f16a29d98eea6e3d0b91c /module/config/default.conf
parentfixed MultiHome (diff)
downloadpyload-3c85d66783b0f03a36d36356ecdebf17754f75ec.tar.xz
MU free fixed
Diffstat (limited to 'module/config/default.conf')
-rw-r--r--module/config/default.conf4
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