Commit 4b6df298 authored by lepdou's avatar lepdou

fix

parent 02e76248
...@@ -63,6 +63,9 @@ public class PortalSettings { ...@@ -63,6 +63,9 @@ public class PortalSettings {
envStatusMark.put(env, true); envStatusMark.put(env, true);
} }
//init active envs
activeEnvs = refreshActiveEnvs();
healthCheckService = Executors.newScheduledThreadPool(1); healthCheckService = Executors.newScheduledThreadPool(1);
healthCheckService healthCheckService
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment