We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab058bc commit 6bdb3b9Copy full SHA for 6bdb3b9
atlassian_jwt_auth/frameworks/common/backend.py
@@ -94,7 +94,7 @@ def get_verifier(self, settings=None):
94
settings = self.settings
95
return self._get_verifier(settings)
96
97
- @lru_cache(maxsize=130)
+ @lru_cache(maxsize=20)
98
def _get_verifier(self, settings):
99
retriever = settings.ASAP_KEY_RETRIEVER_CLASS(
100
base_url=settings.ASAP_PUBLICKEY_REPOSITORY
0 commit comments