Function sentry::db::postgres_connection

source ·
pub async fn postgres_connection(config: Config) -> Result<DbPool, BuildError>
Expand description

Uses the default max_size of the PoolConfig which is num_cpus::get_physical() * 4