Compare commits

..
1 Commits
Author SHA1 Message Date
LeoVasanko bb1659e076 Internal and external auth cache 5 minutes. 2026-08-14 03:47:03 +00:00
+1 -1
View File
@@ -68,7 +68,7 @@ async def close_client():
# Keyed by (credential hash, validation URL) so that entries for different
# perms/renew flags coexist and all entries for a credential can be purged
# on logout.
_VALIDATE_CACHE_TTL = 10
_VALIDATE_CACHE_TTL = 300
_validate_cache: dict[tuple[str, str], tuple[float, dict]] = {}