fix: remove the use of client timeout as discovery time (#1715)

pull/1758/head
Jason Song 3 years ago committed by GitHub
parent d9530ed54b
commit b421389227
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      transport/grpc/client.go

@ -145,7 +145,6 @@ func dial(ctx context.Context, insecure bool, opts ...ClientOption) (*grpc.Clien
options.discovery,
discovery.WithInsecure(insecure),
discovery.WithLogger(options.logger),
discovery.WithTimeout(options.timeout),
)))
}
if insecure {

Loading…
Cancel
Save