We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5df3290 commit 04309c4Copy full SHA for 04309c4
1 file changed
src/main/java/com/uid2/operator/Main.java
@@ -102,7 +102,6 @@ public Main(Vertx vertx, JsonObject config) throws Exception {
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)));
105
-
106
// allow to switch between in-mem optout file cache and on-disk file cache
107
if (config.getBoolean(Const.Config.OptOutInMemCacheProp)) {
108
this.fsLocal = new MemCachedStorage();
0 commit comments