summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorSean Quah <8349537+squahtx@users.noreply.github.com>2021-09-27 12:55:27 +0100
committerGitHub <noreply@github.com>2021-09-27 12:55:27 +0100
commitf7768f62cbf7579a1a91e694f83d47d275373369 (patch)
treea8a605329df286cdc475e25aa537049a52af0c47 /changelog.d
parentFix race conditions when creating media store and config directories (#10913) (diff)
downloadsynapse-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.bugfix1
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.