Skip to content

Commit

Permalink
Update circuit breaker options docs (#4069)
Browse files Browse the repository at this point in the history
Fixes the docs for circuit breaker options break duration that the default value is 100 when it should say 5 seconds.
  • Loading branch information
JonathanWallmark authored Jun 14, 2023
1 parent 6e1d1c0 commit c0155a5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ public class CircuitBreakerPolicyOptions
/// Gets or sets the duration of break.
/// </summary>
/// <value>
/// The duration the circuit will stay open before resetting. The default value is 100.
/// The duration the circuit will stay open before resetting. The default value is 5 seconds.
/// </value>
/// <remarks>
/// The value must be greater than 0.5 seconds.
Expand Down

0 comments on commit c0155a5

Please sign in to comment.