We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a984996 commit b493b41Copy full SHA for b493b41
api/src/main/java/io/kafbat/ui/config/ClustersProperties.java
@@ -227,7 +227,6 @@ public enum LogLevel {
227
@AllArgsConstructor
228
public static class CacheProperties {
229
boolean enabled = true;
230
- Duration connectCacheExpiry = Duration.ofMinutes(1);
231
Duration connectClusterCacheExpiry = Duration.ofHours(24);
232
}
233
0 commit comments