Mercurial > public > mercurial-scm > hg
diff mercurial/configitems.py @ 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 | 6acbe86c6490 |
children | d82dd55024e7 |
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',