diff --git a/doc/api/http.md b/doc/api/http.md index 357d8b16928d47..8cebfe10bb865a 100644 --- a/doc/api/http.md +++ b/doc/api/http.md @@ -300,6 +300,16 @@ added: v0.3.6 By default set to `Infinity`. Determines how many concurrent sockets the agent can have open per origin. Origin is the returned value of [`agent.getName()`][]. +### `agent.maxTotalSockets` + + +* {number} + +By default set to `Infinity`. Determines how many concurrent sockets the agent +can have open. Unlike `maxSockets`, this parameter applies across all origins. + ### `agent.requests`