const SQLITE_READ_POOL_AUTO_CAP: usize = 8;Expand description
Cap on extra connections when [sqliteReadPoolExtra] pref is "auto".
Keep modest: explicit 0–32 extra still opens 1 + extra readers — RSS scales with
read_pool_cache_kib / read_pool_mmap_bytes (budget-split, not fixed per handle).