api-description: remove duplicated comments words (#27337)

Signed-off-by: bozhang <bozhang@ebay.com>

Mirrored from https://github.com/envoyproxy/envoy @ b978af64641aa46d3b7012ec1d9f3d7d9fd3b307
pull/626/head
data-plane-api(Azure Pipelines) 2 years ago
parent 547cad5bf0
commit 279ddf66f0
  1. 2
      envoy/config/cluster/v3/cluster.proto

@ -719,7 +719,7 @@ message Cluster {
google.protobuf.DoubleValue per_upstream_preconnect_ratio = 1
[(validate.rules).double = {lte: 3.0 gte: 1.0}];
// Indicates how many many streams (rounded up) can be anticipated across a cluster for each
// Indicates how many streams (rounded up) can be anticipated across a cluster for each
// stream, useful for low QPS services. This is currently supported for a subset of
// deterministic non-hash-based load-balancing algorithms (weighted round robin, random).
// Unlike ``per_upstream_preconnect_ratio`` this preconnects across the upstream instances in a

Loading…
Cancel
Save