We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 04309c4 commit 90dabf8Copy full SHA for 90dabf8
1 file changed
src/main/java/com/uid2/operator/Main.java
@@ -100,8 +100,7 @@ public Main(Vertx vertx, JsonObject config) throws Exception {
100
this.config = config;
101
102
this.appVersion = ApplicationVersion.load("uid2-operator", "uid2-shared", "uid2-attestation-api");
103
- HealthManager.instance.registerGenericComponent(
104
- new PodTerminationMonitor(config.getInteger(Const.Config.PodTerminationCheckInterval, 3000)));
+ HealthManager.instance.registerGenericComponent(new PodTerminationMonitor(config.getInteger(Const.Config.PodTerminationCheckInterval, 3000)));
105
// allow to switch between in-mem optout file cache and on-disk file cache
106
if (config.getBoolean(Const.Config.OptOutInMemCacheProp)) {
107
this.fsLocal = new MemCachedStorage();
0 commit comments