Hazel K 9ce44b24b8
fix(backend): memory leak in memory caches (#14363)
* encapsulate `MemoryKVCache<T>`

* remove infinity caches

* encapsulate other caches

* add missing awaits to internally synchronize caches

* implement pull-through caching

* tune cache lifetimes

* optimize cache GC by stopping early

* summarize changes in CHANGELOG.md

* Fix timeout comments

Co-authored-by: かっこかり <67428053+kakkokari-gtyih@users.noreply.github.com>

* add comments about awaiting the redis write

---------

Co-authored-by: かっこかり <67428053+kakkokari-gtyih@users.noreply.github.com>
2024-08-18 13:34:01 +09:00
..
2022-04-15 21:33:00 +09:00
2024-07-30 19:47:45 +09:00
2024-07-02 11:38:34 +09:00
2022-09-20 01:04:08 +09:00
2023-02-07 19:50:38 +09:00
2024-07-28 11:14:31 +09:00
chore: ✌️
2022-12-24 14:39:17 +09:00
2023-09-04 13:33:38 +09:00

Misskey Backend