userver: storages::postgres::PoolSettingsDynamic Struct Reference
Loading...
Searching...
No Matches
storages::postgres::PoolSettingsDynamic Struct Referencefinal

Detailed Description

Definition at line 205 of file options.hpp.

Public Attributes

std::optional< std::size_t > min_size
 
std::optional< std::size_t > max_size
 
std::optional< std::size_t > max_queue_size
 
std::optional< std::size_t > connecting_limit
 

Member Data Documentation

◆ connecting_limit

std::optional<std::size_t> storages::postgres::PoolSettingsDynamic::connecting_limit

Definition at line 209 of file options.hpp.

◆ max_queue_size

std::optional<std::size_t> storages::postgres::PoolSettingsDynamic::max_queue_size

Definition at line 208 of file options.hpp.

◆ max_size

std::optional<std::size_t> storages::postgres::PoolSettingsDynamic::max_size

Definition at line 207 of file options.hpp.

◆ min_size

std::optional<std::size_t> storages::postgres::PoolSettingsDynamic::min_size

Definition at line 206 of file options.hpp.


The documentation for this struct was generated from the following file: