Raise Radarr cleanup safety threshold to 30GB

15GB was tripping on legitimate quality-upgrade orphan batches.
This commit is contained in:
Gmer4Lfe
2026-07-18 12:05:21 -04:00
parent 7bf47be106
commit d5d1403ebf
+1 -1
View File
@@ -1204,7 +1204,7 @@
# Radarr shared settings
RADARR_ORPHAN_AGE=7 # days — files must be older than this before eligible for deletion
RADARR_MAX_DELETE_GB=15 # require --i-know-what-im-doing if deletion exceeds this
RADARR_MAX_DELETE_GB=30 # require --i-know-what-im-doing if deletion exceeds this
RADARR_MIN_TRACKED_PCT=80 # abort if tracked count drops below this % of last run
# protects against API returning partial data on a bad day
RADARR_TRACKED_COUNT_FILE="$DATA_DIR/radarr_tracked.count"