【fix】 http代理顺利验证通过

This commit is contained in:
wujiawei
2025-03-22 00:09:18 +08:00
parent 3321e0dd7b
commit 2a98ec0589
10 changed files with 109 additions and 51 deletions

View File

@ -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));
/**