summaryrefslogtreecommitdiffstats
path: root/module/config
diff options
context:
space:
mode:
authorGravatar spoob <spoob@gmx.de> 2010-01-03 21:12:02 +0100
committerGravatar spoob <spoob@gmx.de> 2010-01-03 21:12:02 +0100
commite9dc8ea08452c1555e28f4ac1970b96315ec4376 (patch)
tree129279f4fc2f95e8a37543fca1c73a1aea726df1 /module/config
parentSecuredIn plugin (diff)
downloadpyload-e9dc8ea08452c1555e28f4ac1970b96315ec4376.tar.xz
Cleaned Reconnect XML Config
Diffstat (limited to 'module/config')
-rw-r--r--module/config/core_default.xml10
1 files changed, 5 insertions, 5 deletions
diff --git a/module/config/core_default.xml b/module/config/core_default.xml
index 4c95d5386..035b676f0 100644
--- a/module/config/core_default.xml
+++ b/module/config/core_default.xml
@@ -31,10 +31,8 @@
<language type="str" input="en;de;fr" name="Language">de</language>
<download_folder type="str" name="Download Folder">Downloads</download_folder>
<max_downloads type="int" name="Max Parallel Downloads">3</max_downloads>
- <use_reconnect type="bool" name="Use Reconnect">False</use_reconnect>
<link_file type="str" name="File For Links">links.txt</link_file>
<failed_file type="str" name="File For Failed Links">failed_links.txt</failed_file>
- <reconnect_method type="str" name="Reconnect Method">None</reconnect_method>
<debug_mode type="bool" name="Debug Mode">False</debug_mode>
<max_download_time type="int" name="Max Download Time">5</max_download_time>
<download_speed_limit type="int" name="Download Speed Limit">0</download_speed_limit>
@@ -44,9 +42,11 @@
<search_updates type="bool" name="Search">True</search_updates>
<install_updates type="bool" name="Install">False</install_updates>
</updates>
- <reconnectTime name="Reconnect Time">
- <start type="time" name="Start">0:00</start>
- <end type="time" name="End">0:00</end>
+ <reconnect name="Reconnect">
+ <activated type="bool" name="Use Reconnect">False</activated>
+ <method type="str" name="Method">None</method>
+ <startTime type="time" name="Start">0:00</startTime>
+ <endTime type="time" name="End">0:00</endTime>
</reconnectTime>
<downloadTime name="Download Time">
<start type="time" name="Start">0:00</start>