mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-09 01:15:04 -04:00
Avoid storing URL cache files in storage providers (#10911)
URL cache files are short-lived and it does not make sense to offload them (eg. to the cloud) or back them up.
This commit is contained in:
parent
6c83c27107
commit
f7768f62cb
6 changed files with 154 additions and 6 deletions
|
@ -485,7 +485,6 @@ class PreviewUrlResource(DirectServeJsonResource):
|
|||
|
||||
async def _expire_url_cache_data(self) -> None:
|
||||
"""Clean up expired url cache content, media and thumbnails."""
|
||||
# TODO: Delete from backup media store
|
||||
|
||||
assert self._worker_run_media_background_jobs
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue