diff options
author | Erik Johnston <erik@matrix.org> | 2019-09-26 16:39:15 +0100 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2019-09-26 16:43:52 +0100 |
commit | 3423633d50723a818975317c33545385b53b372f (patch) | |
tree | aa05effc2f67ddc154dd4fce07028b3214ebfa1f /docs | |
parent | s/month/week/ to match config (diff) | |
download | synapse-3423633d50723a818975317c33545385b53b372f.tar.xz |
Fix 'redaction_retention_period' sampel config to match guidelines
Diffstat (limited to 'docs')
-rw-r--r-- | docs/sample_config.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/sample_config.yaml b/docs/sample_config.yaml index 254e1b17b4..43893399ad 100644 --- a/docs/sample_config.yaml +++ b/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. # |