pub async fn postgres_connection(config: Config) -> Result<DbPool, BuildError>
Uses the default max_size of the PoolConfig which is num_cpus::get_physical() * 4
max_size
PoolConfig
num_cpus::get_physical() * 4