Skip to content

Commit

Permalink
fixup! suite: Improve package query caching
Browse files Browse the repository at this point in the history
  • Loading branch information
zmc committed Nov 28, 2023
1 parent d1ab448 commit 4c98a88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion teuthology/suite/util.py
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ def get_branch_info(project, branch, project_owner='ceph'):
return resp.json()


@functools.cache
@functools.lru_cache()
def package_version_for_hash(hash, flavor='default', distro='rhel',
distro_version='8.0', machine_type='smithi'):
"""
Expand Down

0 comments on commit 4c98a88

Please sign in to comment.