HTTP_CLIENT_CONNECTION_POOL_SIZE Dynamic Config
Open connections pool size for curl (CURLMOPT_MAXCONNECTS). -1
means "detect by multiplying easy handles count on 4".
Schema:
# yaml
default: 1000
description: Open connections pool size for curl (CURLMOPT_MAXCONNECTS). `-1` means
"detect by multiplying easy handles count on 4".
schema:
x-usrv-cpp-type: std::size_t
type: integer
For a full list of dynamic configs see Dynamic config schemas list