We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6eb214b commit b72d806Copy full SHA for b72d806
1 file changed
core/jdiameter/impl/src/main/java/org/jdiameter/client/impl/transport/tcp/netty/TCPTransportClient.java
@@ -45,7 +45,7 @@
45
*/
46
public class TCPTransportClient {
47
protected EventLoopGroup workerGroup;
48
- protected EventExecutorGroup eventExecutorGroup = new DefaultEventExecutorGroup(4);
+ protected EventExecutorGroup eventExecutorGroup = new DefaultEventExecutorGroup(1);
49
protected Channel channel;
50
protected TCPClientConnection parentConnection;
51
protected InetSocketAddress destAddress;
0 commit comments