mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2024-10-01 08:25:44 -04:00
Merge pull request #1828 from matrix-org/erikj/iterable_cache_size
Update LruCache size estimate on clear
This commit is contained in:
commit
841c228533
@ -189,6 +189,8 @@ class LruCache(object):
|
||||
for cb in node.callbacks:
|
||||
cb()
|
||||
cache.clear()
|
||||
if size_callback:
|
||||
cached_cache_len[0] = 0
|
||||
|
||||
@synchronized
|
||||
def cache_contains(key):
|
||||
|
Loading…
Reference in New Issue
Block a user