1 parent e56275b commit bf60d1aCopy full SHA for bf60d1a
1 file changed
lidarr_queue_maintenance.py
@@ -15,7 +15,7 @@
15
"match_import_min": 30, # match % >= this → try force import
16
"match_oversight_max": 30, # match % < this → flag for agent oversight
17
"stale_download_days": 14, # days before a stalled download is deleted + re-searched
18
- "queue_page_size": 100, # how many queue records to fetch at once
+ "queue_page_size": 2500, # how many queue records to fetch at once
19
"missing_album_scan_count": 10, # how many oldest missing albums to check (kept low to avoid timeouts)
20
"missing_search_threshold": 2, # searches >= this + zero grabs → flag problematic
21
0 commit comments