Skip to content

Commit

Permalink
Increase cache time
Browse files Browse the repository at this point in the history
  • Loading branch information
s0undt3ch authored and garethgreenaway committed Sep 21, 2021
1 parent bc302da commit 22d5aee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion salt/utils/entrypoints.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ def _wrapped(*args, **kwargs):
return _wrapper


@timed_lru_cache(timeout_seconds=0.2)
@timed_lru_cache(timeout_seconds=0.5)
def iter_entry_points(group, name=None):
entry_points_listing = []
if USE_IMPORTLIB_METADATA_STDLIB:
Expand Down

0 comments on commit 22d5aee

Please # to comment.