mirror of
https://github.com/balena-io/balena-cli.git
synced 2025-01-26 22:29:22 +00:00
be682c7426
Since node 12.17.0 setKeepAlive also sets TCP_KEEPCNT=10 (vs 5 that we had) TCP_KEEPINTVL=1 (vs 5s that we had) Change-type: patch See: https://nodejs.org/docs/latest-v14.x/api/net.html#net_socket_setkeepalive_enable_initialdelay See: https://github.com/balena-io/balena-cli/pull/1220