#
luxiaotao1123
2024-10-12 bb61bc0c22ae4ef9963ca00d23b5cf0c412f26f5
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) {}
            }
        });