mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2025-03-02 12:59:12 -05:00
Don't update eviction metrics on explicit removal
This commit is contained in:
parent
9c8cec5dab
commit
8ea887856c
@ -103,11 +103,6 @@ class ExpiringCache(object):
|
|||||||
if value is SENTINEL:
|
if value is SENTINEL:
|
||||||
return default
|
return default
|
||||||
|
|
||||||
if self.iterable:
|
|
||||||
self.metrics.inc_evictions(len(value.value))
|
|
||||||
else:
|
|
||||||
self.metrics.inc_evictions()
|
|
||||||
|
|
||||||
return value
|
return value
|
||||||
|
|
||||||
def __contains__(self, key):
|
def __contains__(self, key):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user