basho / riak

Riak is a decentralized datastore from Basho Technologies.
http://docs.basho.com
Apache License 2.0
3.93k stars 534 forks source link

Switch non infinite rpc for cluster_info #990

Closed martinsumner closed 4 years ago

martinsumner commented 4 years ago

The rpc now has a 60s timeout which can be over-ridden with an environment variable.

Do not continue to use rpc_infinity (which isn't working)

martinsumner commented 4 years ago

@ThomasArts