File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -44,8 +44,8 @@ $ npm install agentkeepalive --save
44
44
Can have the following fields:
45
45
* ` keepAlive ` {Boolean} Keep sockets around in a pool to be used by
46
46
other requests in the future. Default = ` true ` .
47
- * ` keepAliveMsecs ` {Number} When using HTTP KeepAlive, how often
48
- to send TCP KeepAlive packets over sockets being kept alive .
47
+ * ` keepAliveMsecs ` {Number} When using the keepAlive option, specifies the initial delay
48
+ for TCP Keep-Alive packets. Ignored when the keepAlive option is false or undefined. Defaults to 1000 .
49
49
Default = ` 1000 ` . Only relevant if ` keepAlive ` is set to ` true ` .
50
50
* ` freeSocketKeepAliveTimeout ` : {Number} Sets the free socket to timeout
51
51
after ` freeSocketKeepAliveTimeout ` milliseconds of inactivity on the free socket.
You can’t perform that action at this time.
0 commit comments