Compare commits
2
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
ce38b9de43 | ||
|
|
ad3ec836fb |
+2
-2
@@ -1022,7 +1022,7 @@ RADARR_PROTECTED_PATTERNS=("*.jpg" "*.jpeg" "*.png" "*.nfo" "*.srt" "*.sub" "*.a
|
|||||||
|
|
||||||
# ━━━ Arr Import Recovery ━━━
|
# ━━━ Arr Import Recovery ━━━
|
||||||
# Automatically blocklists and re-searches failed imports and stalled downloads.
|
# Automatically blocklists and re-searches failed imports and stalled downloads.
|
||||||
# Runs daily at 5am — by this time overnight downloads are complete and any
|
# Runs every 6 hrs
|
||||||
# failures have had time to surface. Items under ARR_IMPORT_RECOVERY_AGE are
|
# failures have had time to surface. Items under ARR_IMPORT_RECOVERY_AGE are
|
||||||
# skipped — gives the arr time to retry on its own before we intervene.
|
# skipped — gives the arr time to retry on its own before we intervene.
|
||||||
#
|
#
|
||||||
@@ -1040,7 +1040,7 @@ RADARR_PROTECTED_PATTERNS=("*.jpg" "*.jpeg" "*.png" "*.nfo" "*.srt" "*.sub" "*.a
|
|||||||
# detect_hosts() selects correct URL and API key per server at runtime
|
# detect_hosts() selects correct URL and API key per server at runtime
|
||||||
# Lidarr runs on HOST1 only — exits cleanly on HOST2
|
# Lidarr runs on HOST1 only — exits cleanly on HOST2
|
||||||
|
|
||||||
ARR_IMPORT_RECOVERY_AGE=12 # hours — skip items newer than this, give arr time to retry
|
ARR_IMPORT_RECOVERY_AGE=6 # hours — skip items newer than this, give arr time to retry
|
||||||
|
|
||||||
# Per-arr enable/disable
|
# Per-arr enable/disable
|
||||||
HOST1_SONARR_RECOVERY=true # Tv_Shows import recovery
|
HOST1_SONARR_RECOVERY=true # Tv_Shows import recovery
|
||||||
|
|||||||
Reference in New Issue
Block a user