Searched refs:maxTotalSockets (Results 1 – 4 of 4) sorted by relevance
9 maxTotalSockets: 'test', property19 maxTotalSockets: item, property29 maxTotalSockets: Infinity, property33 const { maxTotalSockets, maxSockets } = param;38 maxTotalSockets, property74 assert(getTotalSocketsCount() <= maxTotalSockets);105 maxTotalSockets: 2,108 maxTotalSockets: 3,111 maxTotalSockets: 2,
98 this.maxTotalSockets = this.options.maxTotalSockets;103 if (this.maxTotalSockets !== undefined) {104 validateNumber(this.maxTotalSockets, 'maxTotalSockets');105 if (this.maxTotalSockets <= 0 || NumberIsNaN(this.maxTotalSockets))107 this.maxTotalSockets);109 this.maxTotalSockets = Infinity;160 if (this.totalSocketCount > this.maxTotalSockets ||271 this.totalSocketCount < this.maxTotalSockets) {
121 description: Add `maxTotalSockets` option to agent constructor.151 * `maxTotalSockets` {number} Maximum number of sockets allowed for321 ### `agent.maxTotalSockets`
3370 * [[`e273edf943`](https://github.com/nodejs/node/commit/e273edf943)] - **doc**: Add maxTotalSockets…3501 …m/nodejs/node/commit/507a2ef31c)] - **(SEMVER-MINOR)** **http**: add maxTotalSockets to agent clas…