Skip to content
This repository was archived by the owner on Dec 24, 2022. It is now read-only.

Commit 9220aa3

Browse files
authored
Update README.md
1 parent f47f201 commit 9220aa3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -258,10 +258,10 @@ The [Redis Stats wiki](https://github.com/ServiceStack/ServiceStack.Redis/wiki/R
258258

259259
To improve the resilience of client connections, `RedisClient` will transparently retry failed
260260
Redis operations due to Socket and I/O Exceptions in an exponential backoff starting from
261-
**10ms** up until the `RetryTimeout` of **3000ms**. These defaults can be tweaked with:
261+
**10ms** up until the `RetryTimeout` of **10000ms**. These defaults can be tweaked with:
262262

263263
```csharp
264-
RedisConfig.DefaultRetryTimeout = 3000;
264+
RedisConfig.DefaultRetryTimeout = 10000;
265265
RedisConfig.BackOffMultiplier = 10;
266266
```
267267

0 commit comments

Comments
 (0)