mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-11-11 23:56:45 -05:00
The `@cached` decorator on `KeyStore._get_server_verify_key` was missing its `num_args` parameter, which meant that it was returning the wrong key for any server which had more than one recorded key. By way of a fix, change the default for `num_args` to be *all* arguments. To implement that, factor out a common base class for `CacheDescriptor` and `CacheListDescriptor`. |
||
|---|---|---|
| .. | ||
| caches | ||
| __init__.py | ||
| test_dict_cache.py | ||
| test_expiring_cache.py | ||
| test_limiter.py | ||
| test_linearizer.py | ||
| test_log_context.py | ||
| test_lrucache.py | ||
| test_rwlock.py | ||
| test_snapshot_cache.py | ||
| test_treecache.py | ||
| test_wheel_timer.py | ||