mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-10 01:25:21 +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.
|
||||
read_ok = receivePacket();
|
||||
/// Reset the timeout on Ping packet (NOTE: there is no Ping for INSERT queries yet).
|
||||
watch.restart();
|
||||
break;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user