diff options
author | 2011-05-16 21:33:51 +0200 | |
---|---|---|
committer | 2011-05-16 21:33:51 +0200 | |
commit | 52c019ad8fecd3026f46164812e21f1f4a350ecc (patch) | |
tree | 6d1ca9b60daa63f30c1a972497bf970206d68c0a /module/config/default.conf | |
parent | fix #165, #277 (diff) | |
download | pyload-52c019ad8fecd3026f46164812e21f1f4a350ecc.tar.xz |
account login timeout, better shutdown
Diffstat (limited to 'module/config/default.conf')
-rw-r--r-- | module/config/default.conf | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/module/config/default.conf b/module/config/default.conf index bc9bcee3e..630fcb9ba 100644 --- a/module/config/default.conf +++ b/module/config/default.conf @@ -27,7 +27,6 @@ general - "General": bool checksum : "Use Checksum" = False
int min_free_space : "Min Free Space (MB)" = 200
bool folder_per_package : "Create folder for each package" = True
- bool skip_existing : "Skip already existing files" = False
int renice : "CPU Priority" = 0
download - "Download":
int chunks : "Max connections for one download" = 3
|