src/main/java/com/zy/core/ServerBootstrap.java
@@ -161,7 +161,7 @@ @Component class killThread { @Scheduled(cron = "0/3 * * * * ? ") // @Scheduled(cron = "0/3 * * * * ? ") public void kill() { for (Map.Entry<CrnThread, Thread> entry : map.entrySet()) { CRN_COUNT++;