up cached connection time
This commit is contained in:
parent
7c2cc539bb
commit
22f4fbd652
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue