test #244

Merged
klaus merged 4 commits from test into main 2024-12-02 12:05:31 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 368c647151 - Show all commits

View File

@ -36,7 +36,7 @@ class RedisConfig(
.setAddress("rediss://$host:$port") .setAddress("rediss://$host:$port")
.setSslEnableEndpointIdentification(true) .setSslEnableEndpointIdentification(true)
.setSslTruststore(null) .setSslTruststore(null)
.setDnsMonitoringInterval(30) .setDnsMonitoringInterval(30000)
.setConnectionMinimumIdleSize(0) .setConnectionMinimumIdleSize(0)
.setConnectionPoolSize(5) .setConnectionPoolSize(5)
return Redisson.create(config) return Redisson.create(config)