aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/models/model-cache.ts
Commit message (Collapse)AuthorAgeFilesLines
* Upgrade sequelize to v6Chocobozzz2020-12-091-1/+1
|
* Don't refresh videos when processing viewsChocobozzz2020-02-041-2/+4
| | | | It allows us to use a cache
* Add model cache for videoChocobozzz2020-02-041-2/+37
| | | | When fetching only immutable attributes
* Use a singleton for model cacheChocobozzz2020-02-041-0/+54