sabbey37 commented on a change in pull request #6409:
URL: https://github.com/apache/geode/pull/6409#discussion_r626027261
##########
File path:
geode-apis-compatible-with-redis/src/commonTest/java/org/apache/geode/redis/internal/proxy/RedisProxy.java
##########
@@ -49,7 +50,7 @@
public RedisProxy(int targetPort) {
bossGroup = new NioEventLoopGroup(1);
- workerGroup = new NioEventLoopGroup(1);
+ workerGroup = new NioEventLoopGroup(4, new
DefaultThreadFactory("RedisProxy"));
Review comment:
I apologize if this is obvious, but what's the reason for the additional
workerGroup threads?
--
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.
For queries about this service, please contact Infrastructure at:
[email protected]