Bug 912846 - Bump pymake parser MRU cache to 50 items. r=gps

This commit is contained in:
Mike Hommey 2013-09-05 15:10:33 +09:00
parent 11652b89bc
commit d9ddd5dd1f

View File

@ -361,7 +361,7 @@ def _checktime(path, stmts):
return True
_parsecache = util.MostUsedCache(15, _parsefile, _checktime)
_parsecache = util.MostUsedCache(50, _parsefile, _checktime)
def parsefile(pathname):
"""