mirror of
https://github.com/ManiMatter/decluttarr.git
synced 2026-04-18 02:54:03 +02:00
Add slow download detection
This commit is contained in:
@@ -9,8 +9,10 @@ REMOVE_STALLED = True
|
||||
REMOVE_METADATA_MISSING = True
|
||||
REMOVE_ORPHANS = True
|
||||
REMOVE_UNMONITORED = True
|
||||
MIN_DOWNLOAD_SPEED = 0
|
||||
PERMITTED_ATTEMPTS = 3
|
||||
NO_STALLED_REMOVAL_QBIT_TAG = Don't Kill If Stalled
|
||||
NO_SLOW_REMOVAL_QBIT_TAG = Don't Kill If Slow
|
||||
|
||||
[radarr]
|
||||
RADARR_URL = http://radarr:7878
|
||||
|
||||
Reference in New Issue
Block a user