test #244
|
@ -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)
|
||||||
|
|
Loading…
Reference in New Issue