Agent.prototype.maxTotalSockets - Node documentation
property Agent.prototype.maxTotalSockets

Usage in Deno

import { Agent } from "node:http";

By default set to Infinity. Determines how many concurrent sockets the agent can have open. Unlike maxSockets, this parameter applies across all origins.

Type

number