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

Method getReceiveTimeout

programs/keeper/Keeper.cpp:287–290  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

285 }
286
287 Poco::Timespan getReceiveTimeout() const override
288 {
289 return {context->getConfigRef().getInt64("keeper_server.http_receive_timeout", DBMS_DEFAULT_RECEIVE_TIMEOUT_SEC), 0};
290 }
291
292 Poco::Timespan getSendTimeout() const override
293 {

Callers 2

mainMethod · 0.45
mainMethod · 0.45

Calls 1

getInt64Method · 0.45

Tested by

no test coverage detected