mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2024-12-25 20:29:23 -05:00
ExpiringCache: purge every 1/2 interval
This commit is contained in:
parent
8b919c00f3
commit
e7e20417ca
@ -55,7 +55,7 @@ class ExpiringCache(object):
|
||||
def f():
|
||||
self._prune_cache()
|
||||
|
||||
self._clock.looping_call(f, self._expiry_ms)
|
||||
self._clock.looping_call(f, self._expiry_ms/2)
|
||||
|
||||
def __setitem__(self, key, value):
|
||||
now = self._clock.time_msec()
|
||||
|
Loading…
Reference in New Issue
Block a user