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 df7c2c3 commit 0bee643Copy full SHA for 0bee643
content/develop/clients/jedis/failover.md
@@ -172,7 +172,7 @@ multiConfig
172
.build())
173
.failbackSupported(true) // Enable failback
174
.failbackCheckInterval(120000) // Check every 2 minutes the unhealthy database to see if it has recovered
175
- .gracePeriod(10000) // Keep database disabled for 10 seconds after it becomes unhealthy
+ .gracePeriod(60000) // Keep database disabled for 60 seconds after it becomes unhealthy
176
// Optional: configure retry settings
177
.commandRetry(MultiDbConfig.RetryConfig.builder()
178
.maxAttempts(3) // Maximum number of retry attempts (including the initial call)
0 commit comments