From 305124ec0feba1b825180e9c75e994b9b3af44c4 Mon Sep 17 00:00:00 2001 From: MatMaul Date: Fri, 15 Sep 2023 13:38:41 +0000 Subject: deploy: dd44ee00b6cf4d900e56857039320660400cff37 --- develop/usage/configuration/config_documentation.html | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'develop/usage/configuration/config_documentation.html') diff --git a/develop/usage/configuration/config_documentation.html b/develop/usage/configuration/config_documentation.html index f848689619..e283adc3e6 100644 --- a/develop/usage/configuration/config_documentation.html +++ b/develop/usage/configuration/config_documentation.html @@ -965,6 +965,13 @@ still take up to 5 minutes to purge redacted events from the database.

redaction_retention_period: 28d
 

+

forgotten_room_retention_period

+

How long to keep locally forgotten rooms before purging them from the DB.

+

Defaults to null, meaning it's disabled.

+

Example configuration:

+
forgotten_room_retention_period: 28d
+
+

user_ips_max_age

How long to track users' last seen time and IPs in the database.

Defaults to 28d. Set to null to disable clearing out of old rows.

-- cgit 1.5.1