vttranlina commented on code in PR #2706:
URL: https://github.com/apache/james-project/pull/2706#discussion_r2065380004
##########
backends-common/redis/src/test/java/org/apache/james/backends/redis/RedisSentinelExtension.java:
##########
@@ -109,7 +109,7 @@ private String createRedisSentinelURI() {
sb.append("redis-sentinel://123@");
sb.append(this.stream().map(container -> container.getHost() + ":"
+ container.getMappedPort(SENTINEL_PORT))
.collect(Collectors.joining(",")));
- sb.append("?sentinelMasterId=mymaster");
+ sb.append("?sentinelMasterId=mymaster&timeout=3s");
Review Comment:
I'm no problem with both way
feel free to revert it
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]