Merge branch 'codex/78a9' into integrate-codex-work

This commit is contained in:
2026-06-21 17:19:59 +02:00
3 changed files with 49 additions and 2 deletions

View File

@@ -362,4 +362,4 @@ LIMIT ?;
-- name: GetAllCachedAnime :many
SELECT data FROM jikan_cache
WHERE key LIKE 'anime:%' LIMIT 1000;
WHERE key LIKE 'anime:%' AND datetime(expires_at) > CURRENT_TIMESTAMP LIMIT 1000;