MCPcopy Create free account
hub / github.com/catboost/catboost / SetHttp2InputConnectionsLimits

Function SetHttp2InputConnectionsLimits

library/cpp/neh/http2.cpp:2037–2040  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2035 }
2036
2037 void SetHttp2InputConnectionsLimits(size_t softLimit, size_t hardLimit) {
2038 HttpInConnLimits()->SetSoft(softLimit);
2039 HttpInConnLimits()->SetHard(hardLimit);
2040 }
2041
2042 TAtomicBase GetHttpOutputConnectionCount() {
2043 return HttpOutConnCounter()->Val();

Callers

nothing calls this directly

Calls 3

HttpInConnLimitsFunction · 0.85
SetSoftMethod · 0.80
SetHardMethod · 0.80

Tested by

no test coverage detected