Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
pr comments
  • Loading branch information
martintmk committed Jul 28, 2023
commit 08f27aa365282363808403cce4def191d7121538
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ namespace Polly.CircuitBreaker;
public class CircuitBreakerStrategyOptions<TResult> : ResilienceStrategyOptions
{
/// <summary>
/// Gets or sets the failure threshold at which the circuit will break.
/// Gets or sets the failure-to-success ratio at which the circuit will break.
/// </summary>
/// <remarks>
/// A number between zero and one (inclusive) e.g. 0.5 represents breaking if 50% or more of actions result in a handled failure.
Expand Down