mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-21 23:21:59 +00:00
Fix build.
This commit is contained in:
parent
f6bdd35943
commit
394cca2434
@ -1478,6 +1478,7 @@ void TCPHandler::sendData(const Block & block)
|
|||||||
writeStringBinary("", *out);
|
writeStringBinary("", *out);
|
||||||
|
|
||||||
/// For testing hedged requests
|
/// For testing hedged requests
|
||||||
|
const Settings & settings = query_context->getSettingsRef();
|
||||||
if (block.rows() > 0 && settings.sleep_in_send_data_ms.totalMilliseconds())
|
if (block.rows() > 0 && settings.sleep_in_send_data_ms.totalMilliseconds())
|
||||||
{
|
{
|
||||||
out->next();
|
out->next();
|
||||||
|
Loading…
Reference in New Issue
Block a user