Mercurial > public > mercurial-scm > hg
diff mercurial/configitems.py @ 44636:c70bcaf7927b
nodemap: automatically "vacuum" the persistent nodemap when too sparse
We arbitrarily pick "10%" as the threshold.
Differential Revision: https://phab.mercurial-scm.org/D8193
author | Pierre-Yves David <pierre-yves.david@octobus.net> |
---|---|
date | Thu, 26 Mar 2020 11:55:06 +0100 |
parents | 01b0805534bb |
children | 6493f0a567c2 |
line wrap: on
line diff
--- a/mercurial/configitems.py Fri Feb 28 03:18:57 2020 +0100 +++ b/mercurial/configitems.py Thu Mar 26 11:55:06 2020 +0100 @@ -407,7 +407,6 @@ ) # TODO before getting `persistent-nodemap` out of experimental # -# * regenerate a new nodemap when the unused/total ration is to high # * decide for a "status" of the persistent nodemap and associated location # - part of the store next the revlog itself (new requirements) # - part of the cache directory