Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ClickHouse/ClickHouse
/ getMaxHstsAge
Method
getMaxHstsAge
programs/keeper/Keeper.cpp:252–255 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
250
{}
251
252
uint64_t getMaxHstsAge() const override
253
{
254
return context->getConfigRef().getUInt64(
"keeper_server.hsts_max_age"
, 0);
255
}
256
257
uint64_t getMaxUriSize() const override
258
{
Callers
nothing calls this directly
Calls
1
getUInt64
Method · 0.45
Tested by
no test coverage detected