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

Commit

Permalink
Merge pull request #6117 from matrix-org/erikj/fix_sample_config
Browse files Browse the repository at this point in the history
Fix 'redaction_retention_period' sampel config to match guidelines
  • Loading branch information
erikjohnston committed Sep 26, 2019
2 parents f25c5ee + 9d99ead commit 6d0f559
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions changelog.d/6117.misc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Fix up sample config entry for `redaction_retention_period` option.
2 changes: 1 addition & 1 deletion docs/sample_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
#
Expand Down
2 changes: 1 addition & 1 deletion synapse/config/server.py
Original file line number Diff line number Diff line change
Expand Up @@ -742,7 +742,7 @@ def generate_config_section(
#
# 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.
#
Expand Down

0 comments on commit 6d0f559

Please sign in to comment.