Added
interval_missingandinterval_upgradesettings allow independent fetch schedules for missing and upgrade searches. When set, each overrides the globalintervalfor its respective search type, enabling aggressive polling for missing content alongside a slower upgrade cadence (or vice versa). Both default tonull, which falls back tointerval. Values must be at least 60 seconds. The cycle-complete log reports which type(s) ran and the next scheduled time for each.fetch_page_sizesetting controls how many records are fetched per API request when retrieving the wanted/missing and cutoff-unmet lists. Defaults to2000(previously hardcoded to1000). Higher values reduce round trips for large libraries at the cost of a slightly longer per-request time — benchmarked at 38% faster than the previous default on a 12,800-item library. Tune this setting if you have a very large library and the fetch phase is slow.