diff --git a/doc/api/http.md b/doc/api/http.md index c32872f65843f1..74b0f9975fd5bb 100644 --- a/doc/api/http.md +++ b/doc/api/http.md @@ -156,7 +156,7 @@ changes: all hosts in total. Each request will use a new socket until the maximum is reached. **Default:** `Infinity`. - * `maxFreeSockets` {number} Maximum number of sockets to leave open + * `maxFreeSockets` {number} Maximum number of sockets per host to leave open in a free state. Only relevant if `keepAlive` is set to `true`. **Default:** `256`. * `scheduling` {string} Scheduling strategy to apply when picking