audiobookshelf/test
Kevin Gatera 9a5980e76b
fix user cache misses for mixed-case username and email lookups
getUserByUsername/getUserByEmail normalize to lowercase before the
cache lookup, but the cache comparators matched case-sensitively, so a
mixed-case stored username never cache-hit and every login ran an
unindexed LOWER() scan. Compare case-insensitively inside the cache.
2026-08-02 18:39:42 -04:00
..
server fix user cache misses for mixed-case username and email lookups 2026-08-02 18:39:42 -04:00