Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
Signed-off-by: Francesco Guardiani <francescoguard@gmail.com>
  • Loading branch information
slinkydeveloper committed Jun 21, 2021
1 parent 3e49634 commit 009acf3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ private static CircuitBreakerOptions createCircuitBreakerOptions(final DataPlane

// Retry options
if (egressConfig.getRetry() > 0) {
return new CircuitBreakerOptions()
options
// TODO reset timeout should be configurable or, at least, set by the control plane
.setResetTimeout(
egressConfig.getBackoffDelay() > 0 ?
Expand Down

0 comments on commit 009acf3

Please sign in to comment.