Skip to content
This repository was archived by the owner on Nov 25, 2025. It is now read-only.

Commit 01c0285

Browse files
author
IharYakimush
authored
Update README.md
1 parent 4b10406 commit 01c0285

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ public void ConfigureServices(IServiceCollection services)
1111
{
1212
options.For<InitializationException>().Rethrow();
1313
14-
options.For<SomeTransientException>().Retry().NextChain();
14+
options.For<SomeTransientException>().Retry(ro => ro.MaxRetryCount = 2).NextChain();
1515
1616
options.For<SomeBadRequestException>()
1717
.Response(e => 400)

0 commit comments

Comments
 (0)