up cached connection time

This commit is contained in:
Alex Dadgar 2016-03-09 10:37:56 -08:00
parent 7c2cc539bb
commit 22f4fbd652

View file

@ -25,7 +25,7 @@ import (
const ( const (
// clientRPCCache controls how long we keep an idle connection // clientRPCCache controls how long we keep an idle connection
// open to a server // open to a server
clientRPCCache = 30 * time.Second clientRPCCache = 5 * time.Minute
// clientMaxStreams controsl how many idle streams we keep // clientMaxStreams controsl how many idle streams we keep
// open to a server // open to a server