diff options
author | Richard van der Hoff <1389908+richvdh@users.noreply.github.com> | 2020-10-19 21:13:50 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-19 21:13:50 +0100 |
commit | 96e7d3c4a0feec6d19b873fd550bcfffd485d910 (patch) | |
tree | 0277d94dd40ebe3b61a2d848f596436dda8a0683 /changelog.d | |
parent | Drop unused `device_max_stream_id` table (#8589) (diff) | |
download | synapse-96e7d3c4a0feec6d19b873fd550bcfffd485d910.tar.xz |
Fix 'LruCache' object has no attribute '_on_resize' (#8591)
We need to make sure we are readu for the `set_cache_factor` callback.
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/8591.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/8591.misc b/changelog.d/8591.misc new file mode 100644 index 0000000000..8f16bc3e7e --- /dev/null +++ b/changelog.d/8591.misc @@ -0,0 +1 @@ + Move metric registration code down into `LruCache`. |