basho / riak-nodejs-client

The Riak client for Node.js.
Apache License 2.0
72 stars 29 forks source link

Use the greater of operation or socket timeout [JIRA: CLIENTS-775] #133

Closed lukebakken closed 1 year ago

lukebakken commented 8 years ago

basho/riak-go-client#55, basho/riak-go-client#57

This ensures that commands that specify a timeout won't encounter a socket timeout if the latter is less than the command timeout.