summaryrefslogtreecommitdiff
path: root/internal/db/application.go
AgeCommit message (Collapse)AuthorFiles
2024-04-15[performance] cached oauth database types (#2838)Libravatar kim1
* update token + client code to use struct caches * add code comments * slight tweak to default mem ratios * fix envparsing * add appropriate invalidate hooks * update the tokenstore sweeping function to rely on caches * update to use PutClient() * add ClientID to list of token struct indices
2023-08-10[performance] remove last of relational queries to instead rely on caches ↵Libravatar kim1
(#2091)