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

Method SetFdLimits

library/cpp/neh/https.cpp:122–125  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

120 }
121
122 void SetFdLimits(size_t soft, size_t hard) {
123 Limits.SetSoft(soft);
124 Limits.SetHard(hard);
125 }
126
127 NHttp::TFdLimits Limits;
128 TAtomicCounter Counter;

Callers

nothing calls this directly

Calls 2

SetSoftMethod · 0.80
SetHardMethod · 0.80

Tested by

no test coverage detected