Add support for configuring forgotten_room_retention_period

Fixes https://github.com/spantaleev/matrix-docker-ansible-deploy/issues/2918

Related to https://github.com/matrix-org/synapse/pull/15488
This commit is contained in:
Slavi Pantaleev
2023-09-28 12:54:41 +03:00
parent af39de9154
commit 217ddad2de
2 changed files with 12 additions and 2 deletions

View File

@ -1005,6 +1005,11 @@ matrix_synapse_trusted_key_servers:
matrix_synapse_redaction_retention_period: 7d
# Controls how long to keep locally forgotten rooms before purging them from the DB.
# Defaults to `null`, meaning it's disabled.
# Example value: 28d
matrix_synapse_forgotten_room_retention_period: ~
matrix_synapse_user_ips_max_age: 28d