You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In our project we need to use latest node 19(20) as it gives very noticeable performance improvements.
When we started to use node 19 we started to capture Timeout errors on slow queries (the default clickhouse-js had to apply of 300 seconds).
I was able to track down this to incorrect value in socket.timeout was set to 3000
I suspect this is somehow related to nodejs/node#47137
Initial Release: 2023-04-18. see https://github.com/nodejs/Release
The text was updated successfully, but these errors were encountered: