Skip to content

Commit

Permalink
Merge branch 'release-5.3' into cherry-pick-4605-to-release-5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
liuzix authored Jun 16, 2022
2 parents bab39b4 + d0e603b commit 5398795
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cdc/server.go
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,6 @@ func (s *Server) Run(ctx context.Context) error {
LogConfig: &logConfig,
DialTimeout: 5 * time.Second,
DialOptions: []grpc.DialOption{
grpcTLSOption,
grpc.WithBlock(),
grpc.WithConnectParams(grpc.ConnectParams{
Backoff: backoff.Config{
Expand Down

0 comments on commit 5398795

Please sign in to comment.