Skip to content
This repository was archived by the owner on Apr 26, 2024. It is now read-only.

Commit 3423633

Browse files
committed
Fix 'redaction_retention_period' sampel config to match guidelines
1 parent f25c5ee commit 3423633

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/sample_config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -314,7 +314,7 @@ listeners:
314314
#
315315
# Defaults to `7d`. Set to `null` to disable.
316316
#
317-
redaction_retention_period: 7d
317+
#redaction_retention_period: 28d
318318

319319
# How long to track users' last seen time and IPs in the database.
320320
#

synapse/config/server.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -742,7 +742,7 @@ def generate_config_section(
742742
#
743743
# Defaults to `7d`. Set to `null` to disable.
744744
#
745-
redaction_retention_period: 7d
745+
#redaction_retention_period: 28d
746746
747747
# How long to track users' last seen time and IPs in the database.
748748
#

0 commit comments

Comments
 (0)