...
|
...
|
@@ -33,7 +33,7 @@ public interface InterVar { |
|
|
|
|
|
ConcurrentHashMap<Integer, HashMap<String, Integer>> alertMaps = new ConcurrentHashMap<>();
|
|
|
|
|
|
ExecutorService EXECUTOR_SERVICE = Executors.newFixedThreadPool(50);
|
|
|
ExecutorService EXECUTOR_SERVICE = Executors.newFixedThreadPool(10);
|
|
|
|
|
|
String TEST_URL = "/api/aliveness-test/vhost";
|
|
|
|
...
|
...
|
|