summaryrefslogtreecommitdiffstats
path: root/module
diff options
context:
space:
mode:
authorGravatar Trigger Hurt <trigger@triggers-world.de> 2012-07-27 17:20:57 +0200
committerGravatar Trigger Hurt <trigger@triggers-world.de> 2012-07-27 17:20:57 +0200
commit176095687f437632cf33484a4dc38e2a51f5cb6f (patch)
tree8d5b704cd98e52472f525b43eb299e662800e16e /module
parentFix permissions for log directory (diff)
downloadpyload-176095687f437632cf33484a4dc38e2a51f5cb6f.tar.xz
adds "restart failed on startup" option
Diffstat (limited to 'module')
-rw-r--r--module/config/default.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/module/config/default.py b/module/config/default.py
index 1dbb58eca..085061653 100644
--- a/module/config/default.py
+++ b/module/config/default.py
@@ -103,6 +103,7 @@ def make_config(config):
("max_speed", "int", _("Max Download Speed in kb/s"), _("Tooltip"), -1),
("ipv6", "bool", _("Allow IPv6"), _("Tooltip"), False),
("chunks", "int", _("Max connections for one download"), _("Tooltip"), 3),
+ ("restart_failed", "bool", _("Restart failed downloads on startup"), _("Tooltip"), False),
],
True)