Reference
boost::redis::config::ssl_handshake_timeout
Time span that the SSL handshake operation is allowed to elapse.
Synopsis
Declared in <boost/redis/config.hpp>
std::chrono::steady_clock::duration ssl_handshake_timeout = std::chrono::seconds{10};
Created with MrDocs