Mercurial > hg-stable
changeset 41295:bf4a078b3f88 stable
mmap: backed out changeset 74a9f428227e
There have been concrete and theoretical issues raised, this will need more
work during the next cycle.
author | Boris Feld <boris.feld@octobus.net> |
---|---|
date | Fri, 18 Jan 2019 16:02:26 +0100 |
parents | b5d7413e4009 |
children | d82dd55024e7 |
files | mercurial/configitems.py |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/mercurial/configitems.py Fri Jan 18 23:22:56 2019 -0500 +++ b/mercurial/configitems.py Fri Jan 18 16:02:26 2019 +0100 @@ -988,7 +988,7 @@ default=False, ) coreconfigitem('storage', 'mmap-threshold', - default='1MB', + default=None, alias=[('experimental', 'mmapindexthreshold')], ) coreconfigitem('rewrite', 'backup-bundle',