mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-08-07 21:52:36 -04:00
Fix comments
This commit is contained in:
parent
4ae85ae121
commit
d76621a47b
2 changed files with 4 additions and 1 deletions
|
@ -343,6 +343,9 @@ class PreviewUrlResource(Resource):
|
|||
def _expire_url_cache_data(self):
|
||||
"""Clean up expired url cache content, media and thumbnails.
|
||||
"""
|
||||
|
||||
# TODO: Delete from backup media store
|
||||
|
||||
now = self.clock.time_msec()
|
||||
|
||||
# First we delete expired url cache entries
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue