Skip to main content

CANDIDATE_SCAN_LIMIT

Constant CANDIDATE_SCAN_LIMIT 

Source
const CANDIDATE_SCAN_LIMIT: usize = 500;
Expand description

How many immediate children of a library the picker will consider.

A music library’s root listing is folders and (on some layouts) artists, not the whole catalog, so this is generous. It exists to stop a pathological library from turning the settings page into an unbounded fetch.