~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/chk_map.py

  • Committer: John Arbash Meinel
  • Date: 2010-01-13 16:23:07 UTC
  • mto: (4634.119.7 2.0)
  • mto: This revision was merged to the branch mainline in revision 4959.
  • Revision ID: john@arbash-meinel.com-20100113162307-0bs82td16gzih827
Update the MANIFEST.in file.

Show diffs side-by-side

added added

removed removed

Lines of Context:
60
60
# We are caching bytes so len(value) is perfectly accurate
61
61
_page_cache = lru_cache.LRUSizeCache(_PAGE_CACHE_SIZE)
62
62
 
 
63
def clear_cache():
 
64
    _page_cache.clear()
 
65
 
63
66
# If a ChildNode falls below this many bytes, we check for a remap
64
67
_INTERESTING_NEW_SIZE = 50
65
68
# If a ChildNode shrinks by more than this amount, we check for a remap