summary refs log tree commit diff
path: root/synapse/config
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2019-09-26 16:39:15 +0100
committerErik Johnston <erik@matrix.org>2019-09-26 16:43:52 +0100
commit3423633d50723a818975317c33545385b53b372f (patch)
treeaa05effc2f67ddc154dd4fce07028b3214ebfa1f /synapse/config
parents/month/week/ to match config (diff)
downloadsynapse-3423633d50723a818975317c33545385b53b372f.tar.xz
Fix 'redaction_retention_period' sampel config to match guidelines
Diffstat (limited to 'synapse/config')
-rw-r--r--synapse/config/server.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/synapse/config/server.py b/synapse/config/server.py
index 5ad7ee911d..536ee7f29c 100644
--- a/synapse/config/server.py
+++ b/synapse/config/server.py
@@ -742,7 +742,7 @@ class ServerConfig(Config):
         #
         # Defaults to `7d`. Set to `null` to disable.
         #
-        redaction_retention_period: 7d
+        #redaction_retention_period: 28d
 
         # How long to track users' last seen time and IPs in the database.
         #