pub fn default_connection_pool_size() -> NonZeroUsizeExpand description
Returns the default SQLite connection pool size.
Defaults to twice the available CPU parallelism. If the OS cannot report the available parallelism, fall back to two connections.