balena-cli/lib
Thodoris Greasidis be682c7426 Drop the keep-alive package in favor of node's setKeepAlive defaults
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
2024-04-09 17:17:07 +03:00
..
auth chore: lib/auth/utils.ts: Replace deprecated url.resolve, use async/await 2022-01-19 22:48:46 +00:00
commands Update @balena/lint to 8.0.0 2024-03-14 10:00:52 -04:00
framework Update @balena/lint to 8.0.0 2024-03-14 10:00:52 -04:00
hooks Remove direct dependency to @oclif/config 2023-09-26 09:48:13 -03:00
utils Drop the keep-alive package in favor of node's setKeepAlive defaults 2024-04-09 17:17:07 +03:00
app.ts Update @balena/lint to 8.0.0 2024-03-14 10:00:52 -04:00
command.ts Move to @oclif/core v2 2023-09-26 09:50:39 -03:00
config.ts Add "build secrets" and "build variables" support for push/build/deploy 2019-07-15 16:23:35 +01:00
deprecation.ts Update balena-settings-storage to 8.1.0 2023-08-21 14:42:28 -03:00
errors.ts Bump oclif core & use default missing flag handler 2023-12-08 12:06:54 -03:00
events.ts Stop waiting for the analytics response 2022-10-21 19:07:39 +03:00
fast-boot.ts Use standard oclif run.js & dev.js 2024-03-14 09:21:11 -03:00
global.d.ts Fix occasional "CLI prints 'null' and exits" (replace old Raven/Sentry SDK) 2020-03-09 12:51:56 +00:00
help.ts Bump oclif-core to v3 2023-11-16 15:06:24 -03:00
preparser.ts Bump oclif-core to v3 2023-11-16 15:06:24 -03:00