Skip to content
Snippets Groups Projects
Commit 0da742af authored by Paul McCarthy's avatar Paul McCarthy :mountain_bicyclist:
Browse files

Try to stop CI jobs from being killed?

parent 8346713f
No related branches found
No related tags found
No related merge requests found
......@@ -34,8 +34,7 @@ def _repeat(iterator, n):
yield elem
_atlases = cache.Cache()
_atlases = cache.Cache(maxsize=1)
def _get_atlas(atlasID, res, summary=False):
atlas = _atlases.get((atlasID, res, summary), default=None)
if atlas is None:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment