Internal and external auth cache 5 minutes.

This commit is contained in:
2026-08-14 03:47:03 +00:00
parent c445061451
commit bb1659e076
+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]] = {}