audiobookshelf/test
Kevin Gatera 57fcda5b03
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 22:35:02 -04:00
..
server fix user cache misses for mixed-case username and email lookups 2026-08-02 22:35:02 -04:00