mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2024-10-01 11:49:51 -04: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:
|
||||
return default
|
||||
|
||||
if self.iterable:
|
||||
self.metrics.inc_evictions(len(value.value))
|
||||
else:
|
||||
self.metrics.inc_evictions()
|
||||
|
||||
return value
|
||||
|
||||
def __contains__(self, key):
|
||||
|
Loading…
Reference in New Issue
Block a user