Added removal of downloads that are missing files

This commit is contained in:
Benjamin Harder
2024-02-17 17:03:19 +01:00
parent c69c5782ad
commit 3c6ea3841e
6 changed files with 46 additions and 9 deletions

View File

@@ -9,7 +9,9 @@ REMOVE_STALLED = True
REMOVE_METADATA_MISSING = True
REMOVE_ORPHANS = True
REMOVE_UNMONITORED = True
REMOVE_MISSING_FILES = True
REMOVE_SLOW = True
REMOVE_MISSING_FILES = True
MIN_DOWNLOAD_SPEED = 100
PERMITTED_ATTEMPTS = 3
NO_STALLED_REMOVAL_QBIT_TAG = Don't Kill