diff --git a/docs/sample_config.yaml b/docs/sample_config.yaml index 254e1b17b4ee08036befce433c5b259e37eb28be..43893399add95110fd79fa55d192ea4ad919de91 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. # diff --git a/synapse/config/server.py b/synapse/config/server.py index 5ad7ee911d09ee73da2bfdbd3ac225e7b0fe0eb9..536ee7f29c8c2a93b1cf9930a3a8cdbaf26b943a 100644 --- a/synapse/config/server.py +++ b/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. #