Mercurial > hg
comparison tests/test-verify.t @ 18604:a1141f04e368
manifest: use a size 3 LRU cache to store parsed manifests
Previously, the manifest cache would store the last manifest parsed. We could
run into situations with operations like update where we would try parsing the
manifest for a revision r1, then r2, then r1 again. This increases the cache
size to 3 to avoid that bit of performance fragility.
author | Siddharth Agarwal <sid0@fb.com> |
---|---|
date | Sat, 09 Feb 2013 15:43:02 +0000 |
parents | b32a30da608d |
children | 4d2b9b304ad0 |
comparison
equal
deleted
inserted
replaced
18603:2251b3184e6e | 18604:a1141f04e368 |
---|