From db9d71ecf60a7407e944cef4eb4201e116e1313b Mon Sep 17 00:00:00 2001
From: anoadragon453
redaction_retention_period
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.
+Synapse will check whether the rentention period has concluded for redacted
+events every 5 minutes. Thus, even if this option is set to 0
, Synapse may
+still take up to 5 minutes to purge redacted events from the database.
Defaults to 7d
. Set to null
to disable.
Example configuration:
redaction_retention_period: 28d
--
cgit 1.5.1