AgentOptions.keepAliveMsecs - Node documentation
property AgentOptions.keepAliveMsecs

Usage in Deno

import { type AgentOptions } from "node:http";

When using HTTP KeepAlive, how often to send TCP KeepAlive packets over sockets being kept alive. Default = 1000. Only relevant if keepAlive is set to true.

Type

number | undefined