Skip to main content

maxTotalSockets

property Agent.prototype.maxTotalSockets

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

number
Back to top