Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
JingsongLi committed Jul 29, 2024
1 parent ed3459e commit 2292abe
Showing 1 changed file with 0 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -105,13 +105,6 @@ public class CatalogOptions {
.withDescription(
"Controls the duration for which entries in the catalog are cached.");

public static final ConfigOption<MemorySize> IO_MANIFEST_CACHE =
key("io.manifest.cache")
.memoryType()
.defaultValue(MemorySize.ofMebiBytes(0))
.withDescription(
"Controls the maximum memory to cache in manifest cache.");

public static final ConfigOption<String> LINEAGE_META =
key("lineage-meta")
.stringType()
Expand Down

0 comments on commit 2292abe

Please sign in to comment.