From 25242317388925900d85f0373519f81803de5ff3 Mon Sep 17 00:00:00 2001 From: Alex Dadgar Date: Wed, 9 Mar 2016 10:37:56 -0800 Subject: [PATCH] up cached connection time --- client/client.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/client.go b/client/client.go index c57ab4f0c0d..ce54fce53ae 100644 --- a/client/client.go +++ b/client/client.go @@ -25,7 +25,7 @@ import ( const ( // clientRPCCache controls how long we keep an idle connection // open to a server - clientRPCCache = 30 * time.Second + clientRPCCache = 5 * time.Minute // clientMaxStreams controsl how many idle streams we keep // open to a server