property AgentOptions.maxSockets Usageimport { type AgentOptions } from "node:http"; Maximum number of sockets to allow per host. Default for Node 0.10 is 5, default for Node 0.12 is Infinity Type number | undefined