diff options
author | anoadragon453 <anoadragon453@users.noreply.github.com> | 2022-08-11 13:06:45 +0000 |
---|---|---|
committer | anoadragon453 <anoadragon453@users.noreply.github.com> | 2022-08-11 13:06:45 +0000 |
commit | db9d71ecf60a7407e944cef4eb4201e116e1313b (patch) | |
tree | 24b9f7857b7353bd345af7519c4a147ca70d993b /develop/print.html | |
parent | deploy: 827f0669bfb330b3aa5b09fe42226658a693ef8e (diff) | |
download | synapse-db9d71ecf60a7407e944cef4eb4201e116e1313b.tar.xz |
deploy: 953df2ad88fb9fc7d1a67966c79980136321119d
Diffstat (limited to 'develop/print.html')
-rw-r--r-- | develop/print.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/develop/print.html b/develop/print.html index d2f0df57b5..33b096f578 100644 --- a/develop/print.html +++ b/develop/print.html @@ -3770,6 +3770,9 @@ using Synapse's media repository.</p> <h3 id="redaction_retention_period"><a class="header" href="#redaction_retention_period"><code>redaction_retention_period</code></a></h3> <p>How long to keep redacted events in unredacted form in the database. After this period redacted events get replaced with their redacted form in the DB.</p> +<p>Synapse will check whether the rentention period has concluded for redacted +events every 5 minutes. Thus, even if this option is set to <code>0</code>, Synapse may +still take up to 5 minutes to purge redacted events from the database.</p> <p>Defaults to <code>7d</code>. Set to <code>null</code> to disable.</p> <p>Example configuration:</p> <pre><code class="language-yaml">redaction_retention_period: 28d |