Skip to content

Commit

Permalink
redis leak
Browse files Browse the repository at this point in the history
  • Loading branch information
n5nk committed Dec 21, 2023
1 parent 9132f05 commit 601248c
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ public static RedissonClient getRedissonClient(Configuration configuration) {
.setCheckSentinelsList(false)
.setConnectTimeout(connectTimeout)
.setIdleConnectionTimeout(5_000)
.setTimeout(5_000)
.setKeepAlive(keepAlive)
.setMasterName(configuration.get(REDIS_CACHE_MASTER_NAME))
.addSentinelAddress(formatUrls(configuration.get(REDIS_CACHE_SENTINEL_URLS).split(COMMA)))
Expand Down

0 comments on commit 601248c

Please sign in to comment.