Home
last modified time | relevance | path

Searched refs:maxRequestQueueSize (Results 1 – 1 of 1) sorted by relevance

/openbmc/bmcweb/http/
H A Dhttp_client.hpp65 constexpr size_t maxRequestQueueSize = 500; variable
800 else if (requestQueue.size() < maxRequestQueueSize) in sendData()