mirror of
https://gitee.com/wujiawei1207537021/wu-lazy-cloud-network.git
synced 2025-06-16 18:35:05 +08:00
【fix】 http代理顺利验证通过
This commit is contained in:
@ -9,8 +9,8 @@ import java.util.concurrent.TimeUnit;
|
||||
|
||||
public interface SocketApplicationListener extends CommandLineRunner, DisposableBean {
|
||||
|
||||
ThreadPoolExecutor NETTY_SOCKET_EXECUTOR = new ThreadPoolExecutor(2, 2, 200, TimeUnit.MILLISECONDS,
|
||||
new ArrayBlockingQueue<>(2));
|
||||
ThreadPoolExecutor NETTY_SOCKET_EXECUTOR = new ThreadPoolExecutor(4, 4, 200, TimeUnit.MILLISECONDS,
|
||||
new ArrayBlockingQueue<>(4));
|
||||
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user