up cached connection time

This commit is contained in:
Alex Dadgar 2016-03-09 10:37:56 -08:00
parent 7c2cc539bb
commit 22f4fbd652
1 changed files with 1 additions and 1 deletions

View File

@ -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