2021与蓝度共同重构项目,服务端
MercuryZ
2022-09-07 c0bd1fc2ac4029a300feb56930c1d4e6d4829894
ximon-admin/src/main/java/com/sandu/ximon/admin/utils/VnnoxAPIUtil.java
@@ -317,7 +317,7 @@
        CountDownLatch countDownLatch = new CountDownLatch(size * 2);
        countDownLatchUtil.push(response.getLogid(), countDownLatch);
        try {
            countDownLatch.await(20, TimeUnit.SECONDS);
            countDownLatch.await(10000, TimeUnit.MILLISECONDS);
            countDownLatchUtil.remove(response.getLogid());
        } catch (InterruptedException e) {
            throw new RuntimeException(e);