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

Function makeServerParams

programs/server/Server.cpp:590–595  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

588}
589
590Poco::Net::TCPServerParams::Ptr makeServerParams(const ServerSettings & server_settings)
591{
592 Poco::Net::TCPServerParams::Ptr params = new Poco::Net::TCPServerParams();
593 params->setMaxQueued(server_settings[ServerSetting::listen_backlog]);
594 return params;
595}
596
597}
598

Callers 1

createServersMethod · 0.85

Calls 1

setMaxQueuedMethod · 0.80

Tested by

no test coverage detected