重新部署一下

This commit is contained in:
2023-03-23 09:14:28 +08:00
parent 04fb8d3388
commit f2d313721f
2 changed files with 153 additions and 32 deletions
@@ -61,7 +61,7 @@ public class CheckInstancesStatus {
int corePoolSize = Math.min(thread + 1, containerCount);
int maxPoolSize = Math.max(thread + 1, containerCount);
// 创建一个包含10个线程的线程池
// 创建一个线程池
ExecutorService executor = new ThreadPoolExecutor(
corePoolSize,
maxPoolSize,