mercurial/configitems.toml
changeset 51284 58d39c7865e5
parent 51283 83c6dceeb10d
child 51375 02e7d79edf62
--- a/mercurial/configitems.toml	Mon Oct 09 15:12:16 2023 +0200
+++ b/mercurial/configitems.toml	Wed Nov 08 01:58:16 2023 +0100
@@ -1111,28 +1111,6 @@
 
 [[items]]
 section = "experimental"
-name = "revlog.uncompressed-cache.enabled"
-default = true
-experimental = true
-documentation = """Enable some caching of uncompressed chunk, greatly boosting
-performance at the cost of memory usage."""
-
-[[items]]
-section = "experimental"
-name = "revlog.uncompressed-cache.factor"
-default = 4
-experimental = true
-documentation = """The size of the cache compared to the largest revision seen."""
-
-[[items]]
-section = "experimental"
-name = "revlog.uncompressed-cache.count"
-default = 10000
-experimental = true
-documentation = """The number of chunk cached."""
-
-[[items]]
-section = "experimental"
 name = "stream-v3"
 default = false