You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: cloudplatform/resilience-api/src/main/java/com/sap/cloud/sdk/cloudplatform/resilience/ResilienceConfiguration.java
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -477,6 +477,8 @@ public static final class CircuitBreakerConfiguration
477
477
* The duration threshold above which calls are considered as slow and increase the slow call rate. When the
478
478
* percentage of slow calls is equal to or greater than {@link #slowCallRateThreshold}, the CircuitBreaker
479
479
* transitions to <i>OPEN</i> and starts short-circuiting calls.
0 commit comments