Skip to content

Commit

Permalink
docs: add "per host" to description of maxFreeSockets
Browse files Browse the repository at this point in the history
  • Loading branch information
tony-gutierrez authored and fengmk2 committed Jul 31, 2018
1 parent 16f5aea commit 28fa062
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ $ npm install agentkeepalive --save
Default is `freeSocketKeepAliveTimeout * 2`.
* `maxSockets` {Number} Maximum number of sockets to allow per
host. 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`.
* `socketActiveTTL` {Number} Sets the socket active time to live, even if it's in use.
Expand Down

0 comments on commit 28fa062

Please sign in to comment.