Skip to content

Commit

Permalink
doc: fix keepAliveMsecs params description (#55)
Browse files Browse the repository at this point in the history
  • Loading branch information
denghongcai authored and fengmk2 committed Feb 27, 2018
1 parent 7c46df1 commit 138eda8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -44,8 +44,8 @@ $ npm install agentkeepalive --save
Can have the following fields:
* `keepAlive` {Boolean} Keep sockets around in a pool to be used by
other requests in the future. Default = `true`.
* `keepAliveMsecs` {Number} When using HTTP KeepAlive, how often
to send TCP KeepAlive packets over sockets being kept alive.
* `keepAliveMsecs` {Number} When using the keepAlive option, specifies the initial delay
for TCP Keep-Alive packets. Ignored when the keepAlive option is false or undefined. Defaults to 1000.
Default = `1000`. Only relevant if `keepAlive` is set to `true`.
* `freeSocketKeepAliveTimeout`: {Number} Sets the free socket to timeout
after `freeSocketKeepAliveTimeout` milliseconds of inactivity on the free socket.
Expand Down

0 comments on commit 138eda8

Please sign in to comment.