resid pt 3: friendship checks & auth session reads

This commit is contained in:
2026-03-30 19:34:03 +08:00
parent d12d3e1ec7
commit ad09de2b11
11 changed files with 295 additions and 48 deletions

View File

@@ -18,6 +18,8 @@ CACHE_KEY_PREFIX=friendolls
CACHE_DEFAULT_TTL_SECONDS=60
CACHE_MAX_TTL_SECONDS=86400
CACHE_METRICS_LOG_INTERVAL_MS=60000
# Max number of cache keys tracked per invalidation tag
CACHE_TAG_MAX_ENTRIES=5000
# JWT Configuration
JWT_SECRET=replace-with-strong-random-secret