MCPcopy Create free account
hub / github.com/ClickHouse/ClickHouse / getMaxUriSize

Method getMaxUriSize

programs/keeper/Keeper.cpp:257–260  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

255 }
256
257 uint64_t getMaxUriSize() const override
258 {
259 return context->getConfigRef().getUInt64("keeper_server.http_max_uri_size", 1048576);
260 }
261
262 uint64_t getMaxFields() const override
263 {

Callers

nothing calls this directly

Calls 1

getUInt64Method · 0.45

Tested by

no test coverage detected