mirror of
https://github.com/Cccc-owo/CheckInApp.git
synced 2026-06-17 14:06:28 +00:00
a0143e805f
Replace N+1 loop with SQL-level filtering using cast and and_ operators to count users with expiring tokens. Performance improvement: O(N) → O(1).