property ServerOptions.keepAliveInitialDelay Usage in Denoimport { 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