mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-11-10 16:04:59 -05:00
We change it so that each cache has an individual CacheMetric, instead of having one global CacheMetric. This means that when a cache tries to increment a counter it does not need to go through so many indirections. |
||
|---|---|---|
| .. | ||
| caches | ||
| __init__.py | ||
| async.py | ||
| debug.py | ||
| distributor.py | ||
| frozenutils.py | ||
| httpresourcetree.py | ||
| jsonobject.py | ||
| logcontext.py | ||
| logutils.py | ||
| manhole.py | ||
| metrics.py | ||
| presentable_names.py | ||
| ratelimitutils.py | ||
| retryutils.py | ||
| rlimit.py | ||
| stringutils.py | ||
| versionstring.py | ||
| wheel_timer.py | ||