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:
@ -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
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user