mirror of
https://github.com/element-hq/synapse.git
synced 2026-05-25 12:04:05 +00:00
Fix typo in function name
This commit is contained in:
@@ -85,7 +85,7 @@ class ExpiringCache(object):
|
||||
except KeyError:
|
||||
return default
|
||||
|
||||
def _purge_cache(self):
|
||||
def _prune_cache(self):
|
||||
if not self._expiry_ms:
|
||||
# zero expiry time means don't expire. This should never get called
|
||||
# since we have this check in start too.
|
||||
|
||||
Reference in New Issue
Block a user