#
luxiaotao1123
2024-10-28 052ee1f9c0b9e2bc8bbd4cf135ae45fed7422023
zy-acs-manager/src/main/java/com/zy/acs/manager/core/service/AvoidWaveCalculator.java
@@ -57,9 +57,12 @@
    private MapService mapService;
    @PostConstruct
    @SuppressWarnings("all")
    public void execute() {
        this.singleThreadExecutor = Executors.newSingleThreadExecutor();
        this.singleThreadExecutor.execute(() -> {
            try { Thread.sleep(200); } catch (InterruptedException ignore) {}
            this.calcDynamicNodeWhenBoot();
@@ -67,9 +70,7 @@
                this.calcWaveScope();
                try {
                    Thread.sleep(500);
                } catch (InterruptedException ignore) {}
                try { Thread.sleep(500); } catch (InterruptedException ignore) {}
            }
        });