Skip to content

Commit

Permalink
correct comment re: unintentional thing
Browse files Browse the repository at this point in the history
Signed-off-by: Ilya Konstantinov <ilya.konstantinov@gmail.com>
  • Loading branch information
ikonst committed Sep 25, 2020
1 parent f3bf061 commit d2e2688
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions api/envoy/api/v2/route/route_components.proto
Original file line number Diff line number Diff line change
Expand Up @@ -1134,8 +1134,8 @@ message HedgePolicy {
// if there are no more retries available.
// * After per-try timeout, an error response would be discarded, as a retry in the form of a hedged request is already in progress.
//
// Note: For this to have effect, the :ref:`RetryPolicy <envoy_api_msg_route.RetryPolicy>` must be one that retries on timeout
// (e.g. `gateway-error`).
// Note: For this to have effect, you must have a :ref:`RetryPolicy <envoy_api_msg_route.RetryPolicy>` that retries at least
// one error code and specifies a maximum number of retries.
//
// Defaults to false.
bool hedge_on_per_try_timeout = 3;
Expand Down

0 comments on commit d2e2688

Please sign in to comment.