switch to forever-agent
This commit is contained in:
@ -104,17 +104,16 @@ Default::: `30000`
|
||||
|
||||
|
||||
|
||||
`maxSockets`:: `Number` -- Number of sockets each connection should keep to it's corresponding node. This will also be the maximum number of concurrent requests that could be made to that node. These sockets are currently kept alive using https://github.com/TBEDP/agentkeepalive[agentkeepalive].
|
||||
`maxSockets`:: `Number` -- Number of sockets each connection should keep to it's corresponding node. This will also be the maximum number of concurrent requests that could be made to that node.
|
||||
|
||||
Default::: `10`
|
||||
|
||||
|
||||
|
||||
|
||||
`maxKeepAliveTime`:: `Number, false` -- Milliseconds of inactivity before the socket is destroyed
|
||||
|
||||
Default::: `60000`
|
||||
`forever`:: `Boolean` -- Should the connections to the node be kept open forever? This behavior is recommended when you are connecting directly to Elasticsearch.
|
||||
|
||||
Default::: `true`
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user