changeset 40785 | 875d2af8cb4e |
parent 40754 | 34f15db81cf0 |
child 40793 | 64cdfcc73706 |
--- a/mercurial/localrepo.py Sat Dec 01 15:57:27 2018 +0100 +++ b/mercurial/localrepo.py Fri Nov 23 06:07:33 2018 +0100 @@ -751,8 +751,7 @@ if 0 <= chainspan: options[b'maxdeltachainspan'] = chainspan - mmapindexthreshold = ui.configbytes(b'experimental', - b'mmapindexthreshold') + mmapindexthreshold = ui.configbytes(b'storage', b'mmap-threshold') if mmapindexthreshold is not None: options[b'mmapindexthreshold'] = mmapindexthreshold