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

Detailed Description

Definition at line 216 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 220 of file options.hpp.

◆ max_queue_size

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

Definition at line 219 of file options.hpp.

◆ max_size

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

Definition at line 218 of file options.hpp.

◆ min_size

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

Definition at line 217 of file options.hpp.


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