#
luxiaotao1123
2024-11-29 fb0e407cf53d37d55fce3294b54379b5caa8270e
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) {}
//            }
        });
    }