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 e05a242 commit 123b586Copy full SHA for 123b586
chart/templates/backend-jcache-cm.yaml
@@ -33,7 +33,7 @@ data:
33
retryAttempts: 3
34
retryInterval: 1500
35
failedSlaveReconnectionInterval: 3000
36
- failedSlaveCheckInterval: 60000
+ failedSlaveNodeDetector: !<org.redisson.client.FailedConnectionDetector> { checkInterval: 60000 }
37
password: ${SPRING_REDIS_PASSWORD:-null}
38
subscriptionsPerConnection: 5
39
clientName: null
0 commit comments