mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 912846 - Bump pymake parser MRU cache to 50 items. r=gps
This commit is contained in:
parent
11652b89bc
commit
d9ddd5dd1f
@ -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):
|
||||
"""
|
||||
|
Loading…
Reference in New Issue
Block a user