From bd0588ffa81c5a9d6222341949e89cc20b54d69f Mon Sep 17 00:00:00 2001 From: Sean Chittenden Date: Thu, 26 May 2016 17:04:42 -0700 Subject: [PATCH] Bump shuffle interval per suggestion from Alex --- client/rpcproxy/rpcproxy.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/rpcproxy/rpcproxy.go b/client/rpcproxy/rpcproxy.go index eeb901c5d..d3af5ada3 100644 --- a/client/rpcproxy/rpcproxy.go +++ b/client/rpcproxy/rpcproxy.go @@ -42,7 +42,7 @@ const ( // clientRPCMinReuseDuration controls the minimum amount of time RPC // queries are sent over an established connection to a single server - clientRPCMinReuseDuration = 120 * time.Second + clientRPCMinReuseDuration = 600 * time.Second // Limit the number of new connections a server receives per second // for connection rebalancing. This limit caps the load caused by