Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ClickHouse/ClickHouse
/ getMaxRequestHeaderSize
Method
getMaxRequestHeaderSize
programs/keeper/Keeper.cpp:277–280 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
275
}
276
277
uint64_t getMaxRequestHeaderSize() const override
278
{
279
return context->getConfigRef().getUInt64(
"keeper_server.http_max_request_header_size"
, 0);
280
}
281
282
Poco::Timespan getHeadersReadTimeout() const override
283
{
Callers
nothing calls this directly
Calls
1
getUInt64
Method · 0.45
Tested by
no test coverage detected