diff options
author | RaNaN <Mast3rRaNaN@hotmail.de> | 2014-04-19 15:31:18 +0200 |
---|---|---|
committer | RaNaN <Mast3rRaNaN@hotmail.de> | 2014-04-19 15:31:41 +0200 |
commit | 313bad0316684fed4d1e347ebbb4e42e4e6e49dd (patch) | |
tree | 7f215acaa2a70eb36abee66979fe5fbb70592930 /pyload/config | |
parent | Updated translations (diff) | |
download | pyload-313bad0316684fed4d1e347ebbb4e42e4e6e49dd.tar.xz |
major bugfix for link and packing adding
Diffstat (limited to 'pyload/config')
-rw-r--r-- | pyload/config/default.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyload/config/default.py b/pyload/config/default.py index d4ac84c9b..63684415a 100644 --- a/pyload/config/default.py +++ b/pyload/config/default.py @@ -94,7 +94,7 @@ def make_config(config): ("skip_existing", "bool", _("Skip already existing files"), False), ("max_speed", "int", _("Max download speed in kb/s"), -1), ("ipv6", "bool", _("Allow IPv6"), False), - ("ssl", "bool", _("Prefer SSL downloads"), True), + ("ssl", "bool", _("Force SSL downloads"), False), ("chunks", "int", _("Max connections for one download"), 3), ("restart_failed", "bool", _("Restart failed downloads on startup"), False), ]) |