Skip to main content
Agent.prototype.maxFreeSockets - http - Node documentation
property Agent.prototype.maxFreeSockets

Usage in Deno

import { Agent } from "node:http";

By default set to 256. For agents with keepAlive enabled, this sets the maximum number of sockets that will be left open in the free state.

Type

number