Skip to content

Commit bf60d1a

Browse files
committed
Bump queue_page_size to 2500 to fetch full queue in one pass
1 parent e56275b commit bf60d1a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lidarr_queue_maintenance.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"match_import_min": 30, # match % >= this → try force import
1616
"match_oversight_max": 30, # match % < this → flag for agent oversight
1717
"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
18+
"queue_page_size": 2500, # how many queue records to fetch at once
1919
"missing_album_scan_count": 10, # how many oldest missing albums to check (kept low to avoid timeouts)
2020
"missing_search_threshold": 2, # searches >= this + zero grabs → flag problematic
2121

0 commit comments

Comments
 (0)