mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-01-26 12:05:57 -05:00
Fix typo in function name
This commit is contained in:
parent
e7e20417ca
commit
964bb43fbe
@ -85,7 +85,7 @@ class ExpiringCache(object):
|
|||||||
except KeyError:
|
except KeyError:
|
||||||
return default
|
return default
|
||||||
|
|
||||||
def _purge_cache(self):
|
def _prune_cache(self):
|
||||||
if not self._expiry_ms:
|
if not self._expiry_ms:
|
||||||
# zero expiry time means don't expire. This should never get called
|
# zero expiry time means don't expire. This should never get called
|
||||||
# since we have this check in start too.
|
# since we have this check in start too.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user