switch to forever-agent

This commit is contained in:
Spencer Alger
2014-02-06 13:24:50 -07:00
parent 86b3528fb2
commit 86b617f98d
3 changed files with 15 additions and 16 deletions

View File

@ -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`