Skip to content

Commit 123b586

Browse files
LGT-21114-removed-deprecated-settings-from-jcache-config (#144)
1 parent e05a242 commit 123b586

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

chart/templates/backend-jcache-cm.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ data:
3333
retryAttempts: 3
3434
retryInterval: 1500
3535
failedSlaveReconnectionInterval: 3000
36-
failedSlaveCheckInterval: 60000
36+
failedSlaveNodeDetector: !<org.redisson.client.FailedConnectionDetector> { checkInterval: 60000 }
3737
password: ${SPRING_REDIS_PASSWORD:-null}
3838
subscriptionsPerConnection: 5
3939
clientName: null

0 commit comments

Comments
 (0)