ServerOptions.keepAliveInitialDelay - Node documentation
property ServerOptions.keepAliveInitialDelay

Usage in Deno

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

If set to a positive number, it sets the initial delay before the first keepalive probe is sent on an idle socket.

Type

number | undefined