Merge pull request #60302 from azat/INSERT-receive-timeout

Change back how receive_timeout is handled for INSERTs
This commit is contained in:
Alexey Milovidov 2024-04-27 14:55:28 +00:00 committed by GitHub
commit 58792a1935
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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;
}