Skip to content

Commit 8cd51d6

Browse files
authored
Add link to chaos engineering blog post (#1966)
1 parent c8c1890 commit 8cd51d6

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

docs/community/resources.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ This includes Blogs, podcasts, courses, e-books, architecture samples and videos
2929
- [Exploring the Polly.Contrib.WaitAndRetry helpers](https://hyr.mn/Polly-wait-and-retry/) - by [Ben Hyrman](https://twitter.com/hyrmn), who also wrote most of the Polly.Contrib.WaitAndRetry documentation.
3030
- [Retries - An interactive study of common retry methods](https://encore.dev/blog/retries) - by [Sam Rose](https://twitter.com/samwhoo)
3131
- [Building resilient cloud services with .NET 8](https://devblogs.microsoft.com/dotnet/building-resilient-cloud-services-with-dotnet-8/) by [Martin Tomka](https://github.com/martintmk)
32+
- [Resilience and chaos engineering](https://devblogs.microsoft.com/dotnet/resilience-and-chaos-engineering/) by [Martin Tomka](https://github.com/martintmk)
3233

3334
## Podcasts
3435

src/Polly.Core/Timeout/TimeoutStrategyOptions.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ public class TimeoutStrategyOptions : ResilienceStrategyOptions
1717
/// Gets or sets the default timeout.
1818
/// </summary>
1919
/// <value>
20-
/// This value must be greater than 1 second and less than 24 hours. The default value is 30 seconds.
20+
/// This value must be greater than 10 milliseconds and less than 24 hours. The default value is 30 seconds.
2121
/// </value>
2222
[Range(typeof(TimeSpan), "00:00:00.010", "1.00:00:00")]
2323
[UnconditionalSuppressMessage("Trimming", "IL2026", Justification = "Addressed with DynamicDependency on ValidationHelper.Validate method")]

0 commit comments

Comments
 (0)