#
luxiaotao1123
2024-11-20 c514b7d8ad8a3f89b81c949e265446b4f09a4bb5
zy-acs-manager/src/main/java/com/zy/acs/manager/core/service/AvoidWaveCalculator.java
@@ -66,12 +66,12 @@
            this.calcDynamicNodeWhenBoot();
            while (!Thread.currentThread().isInterrupted()) {
                this.calcWaveScope();
                try { Thread.sleep(500); } catch (InterruptedException ignore) {}
            }
//            while (!Thread.currentThread().isInterrupted()) {
//
//                this.calcWaveScope();
//
//                try { Thread.sleep(500); } catch (InterruptedException ignore) {}
//            }
        });
    }