PostgreSQL connection pool options.
More...
#include <userver/storages/postgres/options.hpp>
PostgreSQL connection pool options.
Dynamic option POSTGRES_CONNECTION_POOL_SETTINGS
Definition at line 174 of file options.hpp.
◆ operator==()
bool storages::postgres::PoolSettings::operator== |
( |
const PoolSettings & |
rhs | ) |
const |
|
inline |
◆ connecting_limit
Limits number of concurrent establishing connections (0 - unlimited)
Definition at line 185 of file options.hpp.
◆ max_queue_size
Maximum number of clients waiting for a connection.
Definition at line 182 of file options.hpp.
◆ max_size
Maximum number of created connections.
Definition at line 179 of file options.hpp.
◆ min_size
Number of connections created initially.
Definition at line 176 of file options.hpp.
The documentation for this struct was generated from the following file: