Skip to content

Commit

Permalink
Change default connection count to 10
Browse files Browse the repository at this point in the history
  • Loading branch information
tiopramayudi committed Jun 5, 2023
1 parent 2681cc7 commit 34f835b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion grpc/dispatcher.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ func init() {
const (
TimeoutDefault = time.Second
// Number of gRPC connection in a pool
ConnPoolCount = 5
ConnPoolCount = 10
)

type Dispatcher struct {
Expand Down

0 comments on commit 34f835b

Please sign in to comment.