Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ SetSoft
Method
SetSoft
library/cpp/neh/http_common.h:68–70 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
66
}
67
68
void SetSoft(size_t value) noexcept {
69
Soft_.store(value, std::memory_order_release);
70
}
71
72
void SetHard(size_t value) noexcept {
73
Hard_.store(value, std::memory_order_release);
Callers
5
THttpConnManager
Method · 0.80
SetLimits
Method · 0.80
SetHttp2InputConnectionsLimits
Function · 0.80
SetFdLimits
Method · 0.80
SetFdLimits
Method · 0.80
Calls
1
store
Method · 0.45
Tested by
no test coverage detected