Skip to content

Commit 3f8fd08

Browse files
authored
Reference the correct default retry policy (#2410)
Update the 'Configuration' documentation page with the correct default 'ReconnectRetryPolicy' value. Reference: - [src/StackExchange.Redis/ConfigurationOptions.cs](https://github.com/SonnyRR/StackExchange.Redis/blob/improvement/configuration-docs-retry-policy/src/StackExchange.Redis/ConfigurationOptions.cs#L466) - [src/StackExchange.Redis/Configuration/DefaultOptionsProvider.cs](https://github.com/SonnyRR/StackExchange.Redis/blob/improvement/configuration-docs-retry-policy/src/StackExchange.Redis/Configuration/DefaultOptionsProvider.cs#L152)
1 parent 9698aaa commit 3f8fd08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/Configuration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ These settings are also used by the `IServer.MakeMaster()` method, which can set
238238
ReconnectRetryPolicy
239239
---
240240
StackExchange.Redis automatically tries to reconnect in the background when the connection is lost for any reason. It keeps retrying until the connection has been restored. It would use ReconnectRetryPolicy to decide how long it should wait between the retries.
241-
ReconnectRetryPolicy can be linear (default), exponential or a custom retry policy.
241+
ReconnectRetryPolicy can be exponential (default), linear or a custom retry policy.
242242

243243

244244
Examples:

0 commit comments

Comments
 (0)