diff options
| author | 2010-01-06 22:17:21 +0100 | |
|---|---|---|
| committer | 2010-01-06 22:17:21 +0100 | |
| commit | 893194ce7294002a607d67b4d4d8d3a111cdf098 (patch) | |
| tree | f68a51a9b5fd81c70f649ee035a00ed4afac15cf /module | |
| parent | Webinterface - AddBox (diff) | |
| download | pyload-893194ce7294002a607d67b4d4d8d3a111cdf098.tar.xz | |
reverted config
Diffstat (limited to 'module')
| -rw-r--r-- | module/config/core_default.xml | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/module/config/core_default.xml b/module/config/core_default.xml index 32ca6599c..366197a61 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">1</max_downloads> +        <max_downloads type="int" name="Max Parallel Downloads">3</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> | 
