summary refs log tree commit diff
path: root/develop/usage
diff options
context:
space:
mode:
authorMatMaul <MatMaul@users.noreply.github.com>2023-09-15 13:38:41 +0000
committerMatMaul <MatMaul@users.noreply.github.com>2023-09-15 13:38:41 +0000
commit305124ec0feba1b825180e9c75e994b9b3af44c4 (patch)
treea8603cfeae7a212bb78634e2b90ff7ebb3e93536 /develop/usage
parentdeploy: 39dc5de39912828372acc4ecbaa46c9e2b3de97e (diff)
downloadsynapse-305124ec0feba1b825180e9c75e994b9b3af44c4.tar.xz
deploy: dd44ee00b6cf4d900e56857039320660400cff37
Diffstat (limited to 'develop/usage')
-rw-r--r--develop/usage/configuration/config_documentation.html7
1 files changed, 7 insertions, 0 deletions
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.</p>
 <pre><code class="language-yaml">redaction_retention_period: 28d
 </code></pre>
 <hr />
+<h3 id="forgotten_room_retention_period"><a class="header" href="#forgotten_room_retention_period"><code>forgotten_room_retention_period</code></a></h3>
+<p>How long to keep locally forgotten rooms before purging them from the DB.</p>
+<p>Defaults to <code>null</code>, meaning it's disabled.</p>
+<p>Example configuration:</p>
+<pre><code class="language-yaml">forgotten_room_retention_period: 28d
+</code></pre>
+<hr />
 <h3 id="user_ips_max_age"><a class="header" href="#user_ips_max_age"><code>user_ips_max_age</code></a></h3>
 <p>How long to track users' last seen time and IPs in the database.</p>
 <p>Defaults to <code>28d</code>. Set to <code>null</code> to disable clearing out of old rows.</p>