mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-21 15:12:02 +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);
|
||||
|
||||
/// For testing hedged requests
|
||||
const Settings & settings = query_context->getSettingsRef();
|
||||
if (block.rows() > 0 && settings.sleep_in_send_data_ms.totalMilliseconds())
|
||||
{
|
||||
out->next();
|
||||
|
Loading…
Reference in New Issue
Block a user