-
- Downloads
Track why we're evicting from caches (#10829)
So we can see distinguish between "evicting because the cache is too big" and "evicting because the cache entries haven't been recently used".
Showing
- changelog.d/10829.misc 1 addition, 0 deletionschangelog.d/10829.misc
- synapse/util/caches/__init__.py 23 additions, 8 deletionssynapse/util/caches/__init__.py
- synapse/util/caches/expiringcache.py 5 additions, 5 deletionssynapse/util/caches/expiringcache.py
- synapse/util/caches/lrucache.py 2 additions, 2 deletionssynapse/util/caches/lrucache.py
Loading
Please register or sign in to comment