summaryrefslogtreecommitdiffstats
path: root/module/config
diff options
context:
space:
mode:
authorGravatar Wugy <wugy@mally-soft.com> 2010-01-06 22:14:56 +0100
committerGravatar Wugy <wugy@mally-soft.com> 2010-01-06 22:14:56 +0100
commit9dc2f58872b9f170621bd583f73f9fe144238972 (patch)
tree836d111d5bef6f26cc4e9bd074e55e0b5c428621 /module/config
parentsmall fixes, new hook stuff (diff)
downloadpyload-9dc2f58872b9f170621bd583f73f9fe144238972.tar.xz
Webinterface - AddBox
Diffstat (limited to 'module/config')
-rw-r--r--module/config/core_default.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/module/config/core_default.xml b/module/config/core_default.xml
index 366197a61..32ca6599c 100644
--- a/module/config/core_default.xml
+++ b/module/config/core_default.xml
@@ -30,7 +30,7 @@
<general name="General">
<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>
+ <max_downloads type="int" name="Max Parallel Downloads">1</max_downloads>
<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>
<debug_mode type="bool" name="Debug Mode">False</debug_mode>