From c7bd4fc4131e221e658179647b62e8b9a1377e01 Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Mon, 9 Mar 2020 13:42:00 +0000 Subject: [PATCH] Reduce retention policy --- ansible/roles/docker/files/synapse/homeserver.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ansible/roles/docker/files/synapse/homeserver.yml b/ansible/roles/docker/files/synapse/homeserver.yml index 5400138..bb7e4c0 100644 --- a/ansible/roles/docker/files/synapse/homeserver.yml +++ b/ansible/roles/docker/files/synapse/homeserver.yml @@ -326,7 +326,7 @@ retention: # default_policy: min_lifetime: 1d - max_lifetime: 30d + max_lifetime: 14d # Retention policy limits. If set, a user won't be able to send a # 'm.room.retention' event which features a 'min_lifetime' or a 'max_lifetime' @@ -334,8 +334,8 @@ retention: # in which server admins can make sure every federating server applies the same # rules. # -# allowed_lifetime_min: 1d -# allowed_lifetime_max: 1y +allowed_lifetime_min: 1d +allowed_lifetime_max: 30d # Server admins can define the settings of the background jobs purging the # events which lifetime has expired under the 'purge_jobs' section.