OZO 「お象」
Boost.Asio and libpq based asynchronous PostgreSQL unofficial header-only C++17 client library.
ozo::connection_pool_timeouts Struct Reference

#include <ozo/connection_pool.h>

Description

[[DEPRECATED]] Timeouts for the ozo::get_connection() operation

Time restrictions to get connection from the ozo::connection_pool

Note
This type is deprecated, use time constrained version of ozo::get_connection() or ozo::dedline for operations.

Public Attributes

time_traits::duration connect = std::chrono::seconds(10)
 maximum time interval to establish to or wait for free connection with DBMS
 
time_traits::duration queue = std::chrono::seconds(10)
 [[IGNORED]]