Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ ExceedHardLimit
Method
ExceedHardLimit
library/cpp/neh/https.cpp:642–644 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
640
}
641
642
inline size_t ExceedHardLimit() const noexcept {
643
return NHttp::TFdLimits::ExceedLimit(TotalConnections(), Limits.Hard());
644
}
645
646
NHttp::TFdLimits Limits;
647
TAtomicCounter ActiveConnections;
Callers
1
OnAcceptFull
Method · 0.45
Calls
1
Hard
Method · 0.80
Tested by
no test coverage detected