Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 7b74638

Browse filesBrowse files
lpincatargos
authored andcommitted
doc: specify that maxFreeSockets is per host
The `maxFreeSockets` option specifies the maximum number of free sockets per host. PR-URL: #40483 Fixes: #40446 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
1 parent 9227f2a commit 7b74638
Copy full SHA for 7b74638

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Open diff view settings
Collapse file

‎doc/api/http.md‎

Copy file name to clipboardExpand all lines: doc/api/http.md
+1-1Lines changed: 1 addition & 1 deletion
  • Display the source diff
  • Display the rich diff
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ changes:
156156
all hosts in total. Each request will use a new socket
157157
until the maximum is reached.
158158
**Default:** `Infinity`.
159-
* `maxFreeSockets` {number} Maximum number of sockets to leave open
159+
* `maxFreeSockets` {number} Maximum number of sockets per host to leave open
160160
in a free state. Only relevant if `keepAlive` is set to `true`.
161161
**Default:** `256`.
162162
* `scheduling` {string} Scheduling strategy to apply when picking

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.