We have some internal services that take a long time to respond to requests (sometimes dozens of minutes) and also don't send any sort of keepalive either, causing the socket to timeout. This is an attempt to get node to not close the connection after 120s.
We have some internal services that take a long time to respond to requests (sometimes dozens of minutes) and also don't send any sort of keepalive either, causing the socket to timeout. This is an attempt to get node to not close the connection after 120s.