Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ SetFdLimits
Method
SetFdLimits
library/cpp/neh/https.cpp:542–545 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
540
}
541
542
void SetFdLimits(size_t soft, size_t hard) {
543
Limits.SetSoft(soft);
544
Limits.SetHard(hard);
545
}
546
547
private:
548
void SuggestPurgeCache() {
Callers
2
SetHttpOutputConnectionsLimits
Function · 0.45
SetHttpInputConnectionsLimits
Function · 0.45
Calls
2
SetSoft
Method · 0.80
SetHard
Method · 0.80
Tested by
no test coverage detected