From d5d1403ebf526cbceee4e219f31101d3535b95a2 Mon Sep 17 00:00:00 2001 From: Gmer4Lfe Date: Sat, 18 Jul 2026 12:05:21 -0400 Subject: [PATCH] Raise Radarr cleanup safety threshold to 30GB 15GB was tripping on legitimate quality-upgrade orphan batches. --- Deployment/master.conf.template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Deployment/master.conf.template b/Deployment/master.conf.template index 8ec8e7f..fb47f96 100644 --- a/Deployment/master.conf.template +++ b/Deployment/master.conf.template @@ -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"