Browse Source

Fix 'redaction_retention_period' sampel config to match guidelines

Erik Johnston 4 years ago
parent
commit
3423633d50
2 changed files with 2 additions and 2 deletions
  1. 1 1
      docs/sample_config.yaml
  2. 1 1
      synapse/config/server.py

+ 1 - 1
docs/sample_config.yaml

@@ -314,7 +314,7 @@ listeners:
 #
 # 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.
 #

+ 1 - 1
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.
         #