Skip to content

Commit

Permalink
Update internal/config/grpc.go
Browse files Browse the repository at this point in the history
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
Signed-off-by: Yusuke Kato <[email protected]>
  • Loading branch information
kpango and coderabbitai[bot] authored Oct 9, 2024
1 parent 5e96b57 commit 182ec72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/config/grpc.go
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ func (g *GRPCClient) Opts() ([]grpc.Option, error) {
grpc.WithMaxCallAttempts(g.DialOption.MaxCallAttempts),
grpc.WithMaxHeaderListSize(g.DialOption.MaxHeaderListSize),
grpc.WithMaxMsgSize(g.DialOption.MaxMsgSize),
grpc.WithReadBufferSize(g.DialOption.WriteBufferSize),
grpc.WithReadBufferSize(g.DialOption.ReadBufferSize),
grpc.WithSharedWriteBuffer(g.DialOption.SharedWriteBuffer),
grpc.WithUserAgent(g.DialOption.UserAgent),
grpc.WithWriteBufferSize(g.DialOption.WriteBufferSize),
Expand Down

0 comments on commit 182ec72

Please sign in to comment.