Skip to content

Commit

Permalink
up cached connection time
Browse files Browse the repository at this point in the history
  • Loading branch information
dadgar committed Mar 9, 2016
1 parent 0114d65 commit 2524231
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2524231

Please sign in to comment.