mercurial/configitems.toml
changeset 51682 c10fa6388dbf
parent 51658 c3a622e5c6f2
child 51683 5f37c36f36b9
--- a/mercurial/configitems.toml	Thu Apr 11 00:02:07 2024 +0200
+++ b/mercurial/configitems.toml	Mon Jul 08 17:02:27 2024 +0200
@@ -987,10 +987,6 @@
 
 [[items]]
 section = "experimental"
-name = "mmapindexthreshold"
-
-[[items]]
-section = "experimental"
 name = "narrow"
 default = false
 
@@ -2167,6 +2163,16 @@
 
 [[items]]
 section = "storage"
+name = "revlog.mmap.index"
+default = false
+
+[[items]]
+section = "storage"
+name = "revlog.mmap.index:size-threshold"
+default = "1 MB"
+
+[[items]]
+section = "storage"
 name = "revlog.optimize-delta-parent-choice"
 default = true
 alias = [["format", "aggressivemergedeltas"]]