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 0d75a8b commit 5e96b57
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion internal/config/grpc.go
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,6 @@ func (g *GRPCClient) Opts() ([]grpc.Option, error) {
opts = append(opts,
grpc.WithAuthority(g.DialOption.Authority),
grpc.WithBackoffMaxDelay(g.DialOption.BackoffMaxDelay),
grpc.WithBackoffMaxDelay(g.DialOption.BackoffMaxDelay),
grpc.WithClientInterceptors(g.DialOption.Interceptors...),
grpc.WithDisableRetry(g.DialOption.DisableRetry),
grpc.WithIdleTimeout(g.DialOption.IdleTimeout),
Expand Down

0 comments on commit 5e96b57

Please sign in to comment.