SQLITE_READ_POOL_AUTO_CAP

Constant SQLITE_READ_POOL_AUTO_CAP 

Source
const SQLITE_READ_POOL_AUTO_CAP: usize = 8;
Expand description

Cap on extra connections when [sqliteReadPoolExtra] pref is "auto". Keep modest: explicit 032 extra still opens 1 + extra readers — RSS scales with read_pool_cache_kib / read_pool_mmap_bytes (budget-split, not fixed per handle).