Skip to content

Commit b72d806

Browse files
j-qayyumbrainslog
authored andcommitted
netty reduce unneccessary threads #47 (#52)
1 parent 6eb214b commit b72d806

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

core/jdiameter/impl/src/main/java/org/jdiameter/client/impl/transport/tcp/netty/TCPTransportClient.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
*/
4646
public class TCPTransportClient {
4747
protected EventLoopGroup workerGroup;
48-
protected EventExecutorGroup eventExecutorGroup = new DefaultEventExecutorGroup(4);
48+
protected EventExecutorGroup eventExecutorGroup = new DefaultEventExecutorGroup(1);
4949
protected Channel channel;
5050
protected TCPClientConnection parentConnection;
5151
protected InetSocketAddress destAddress;

0 commit comments

Comments
 (0)