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

Method getSendTimeout

programs/keeper/Keeper.cpp:292–295  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

290 }
291
292 Poco::Timespan getSendTimeout() const override
293 {
294 return {context->getConfigRef().getInt64("keeper_server.http_send_timeout", DBMS_DEFAULT_SEND_TIMEOUT_SEC), 0};
295 }
296
297 ContextPtr context;
298};

Callers 2

mainMethod · 0.45
mainMethod · 0.45

Calls 1

getInt64Method · 0.45

Tested by

no test coverage detected