From 62bc1689834281f35f4fe055129b38c8e0e48a22 Mon Sep 17 00:00:00 2001 From: Markus Hauschild Date: Mon, 21 Oct 2024 20:02:23 +0200 Subject: [PATCH] matrix: increase local media lifetime --- roles/matrix/templates/matrix-synapse/homeserver.yaml.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/matrix/templates/matrix-synapse/homeserver.yaml.j2 b/roles/matrix/templates/matrix-synapse/homeserver.yaml.j2 index 930260f..75b5df7 100644 --- a/roles/matrix/templates/matrix-synapse/homeserver.yaml.j2 +++ b/roles/matrix/templates/matrix-synapse/homeserver.yaml.j2 @@ -2793,7 +2793,7 @@ background_updates: # marked as protected from quarantine will not be deleted. # media_retention: - local_media_lifetime: 90d + local_media_lifetime: 180d remote_media_lifetime: 14d