mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-26 01:22:04 +00:00
Merge pull request #60302 from azat/INSERT-receive-timeout
Change back how receive_timeout is handled for INSERTs
This commit is contained in:
commit
58792a1935
@ -793,6 +793,8 @@ bool TCPHandler::readDataNext()
|
|||||||
|
|
||||||
/// We accept and process data.
|
/// We accept and process data.
|
||||||
read_ok = receivePacket();
|
read_ok = receivePacket();
|
||||||
|
/// Reset the timeout on Ping packet (NOTE: there is no Ping for INSERT queries yet).
|
||||||
|
watch.restart();
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user