Reduce retention policy

This commit is contained in:
Jake Howard 2020-03-09 13:42:00 +00:00
parent f9bae27e4e
commit c7bd4fc413
Signed by: jake
GPG Key ID: 57AFB45680EDD477

View File

@ -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.