mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2024-10-01 11:49:51 -04:00
Reraise exception
This commit is contained in:
parent
ff2d7551c7
commit
72165e5b77
@ -81,6 +81,7 @@ class ExpiringCache(object):
|
||||
cache_counter.inc_hits(self._cache_name)
|
||||
except KeyError:
|
||||
cache_counter.inc_misses(self._cache_name)
|
||||
raise
|
||||
|
||||
if self._reset_expiry_on_get:
|
||||
entry.time = self._clock.time_msec()
|
||||
|
Loading…
Reference in New Issue
Block a user