We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8478903 commit 39bbb33Copy full SHA for 39bbb33
src/Billing/SimulationEffects.cs
@@ -18,7 +18,7 @@ public async Task SimulatedMessageProcessing(CancellationToken cancellationToken
18
}
19
20
21
- double failureRate = 0.5;
+ double failureRate;
22
const double FailureRateIncrement = 0.1;
23
24
public void Reset()
0 commit comments