diff options
author | Sean Quah <8349537+squahtx@users.noreply.github.com> | 2021-09-27 12:55:27 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-27 12:55:27 +0100 |
commit | f7768f62cbf7579a1a91e694f83d47d275373369 (patch) | |
tree | a8a605329df286cdc475e25aa537049a52af0c47 /changelog.d | |
parent | Fix race conditions when creating media store and config directories (#10913) (diff) | |
download | synapse-f7768f62cbf7579a1a91e694f83d47d275373369.tar.xz |
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.
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/10911.bugfix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/10911.bugfix b/changelog.d/10911.bugfix new file mode 100644 index 0000000000..96e36bb15a --- /dev/null +++ b/changelog.d/10911.bugfix @@ -0,0 +1 @@ +Avoid storing URL cache files in storage providers. Server admins may safely delete the `url_cache/` and `url_cache_thumbnails/` directories from any configured storage providers to reclaim space. |