mirror of
https://github.com/element-hq/synapse.git
synced 2025-03-06 07:56:51 +00:00
Most of these uses don't need a full-blown DeferredCache; LruCache is lighter and more appropriate.
1 line
75 B
Text
1 line
75 B
Text
Replace `DeferredCache` with the lighter-weight `LruCache` where possible.
|