diff options
author | mkaay <mkaay@mkaay.de> | 2010-03-30 15:49:01 +0200 |
---|---|---|
committer | mkaay <mkaay@mkaay.de> | 2010-03-30 15:49:01 +0200 |
commit | d56fd050ced8c31eabae7a1ceabe8adaeec6b3bd (patch) | |
tree | 8d6329b93957ca5848f01f76c69d107268f7ad18 /module/config | |
parent | new server method (get_config) (diff) | |
download | pyload-d56fd050ced8c31eabae7a1ceabe8adaeec6b3bd.tar.xz |
fixes #64
Diffstat (limited to 'module/config')
-rw-r--r-- | module/config/core_default.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/module/config/core_default.xml b/module/config/core_default.xml index 8223768ec..4925c06cf 100644 --- a/module/config/core_default.xml +++ b/module/config/core_default.xml @@ -40,6 +40,7 @@ <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> <checksum type="bool" name="Use Checksum">True</checksum> + <min_free_space type="int" name="Min Free Space (MB)">200</min_free_space> </general> <updates name="Updates"> <search_updates type="bool" name="Search">True</search_updates> |