diff --git a/doc/api/http.md b/doc/api/http.md index d7e8c4caa852f1..88949e697f7b83 100644 --- a/doc/api/http.md +++ b/doc/api/http.md @@ -285,6 +285,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`