Skip to content

Commit 92010b5

Browse files
committed
Rollback a change that shoudn't made it there at all
1 parent c401a4d commit 92010b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/ning/http/client/providers/netty/NettyAsyncHttpProvider.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ public NettyAsyncHttpProvider(AsyncHttpClientConfig config) {
182182
socketChannelFactory = new OioClientSocketChannelFactory(config.executorService());
183183
} else {
184184
socketChannelFactory = new NioClientSocketChannelFactory(
185-
Executors.newFixedThreadPool(100),
185+
Executors.newCachedThreadPool(),
186186
config.executorService());
187187
}
188188
plainBootstrap = new ClientBootstrap(socketChannelFactory);

0 commit comments

Comments
 (0)