diff options
author | Andrew Morgan <andrew@amorgan.xyz> | 2020-02-25 17:58:12 +0000 |
---|---|---|
committer | Andrew Morgan <andrew@amorgan.xyz> | 2020-02-25 17:58:12 +0000 |
commit | 6e620befc719ba4f8eaf4d1d269517480570b8b3 (patch) | |
tree | 865dcea48e94969070f00a1cacb03a84806366fe /synapse | |
parent | Kill off half-implemented password-reset via sms (#6101) (diff) | |
parent | Merge pull request #6117 from matrix-org/erikj/fix_sample_config (diff) | |
download | synapse-6e620befc719ba4f8eaf4d1d269517480570b8b3.tar.xz |
Merge pull request #6117 from matrix-org/erikj/fix_sample_config
Diffstat (limited to 'synapse')
-rw-r--r-- | synapse/config/server.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/synapse/config/server.py b/synapse/config/server.py index 2ac6576f62..6eddb588c4 100644 --- a/synapse/config/server.py +++ b/synapse/config/server.py @@ -947,7 +947,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. # |