Skip to content
Snippets Groups Projects
Commit 3423633d authored by Erik Johnston's avatar Erik Johnston
Browse files

Fix 'redaction_retention_period' sampel config to match guidelines

parent f25c5ee1
No related branches found
No related tags found
No related merge requests found
...@@ -314,7 +314,7 @@ listeners: ...@@ -314,7 +314,7 @@ listeners:
# #
# Defaults to `7d`. Set to `null` to disable. # 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. # How long to track users' last seen time and IPs in the database.
# #
......
...@@ -742,7 +742,7 @@ class ServerConfig(Config): ...@@ -742,7 +742,7 @@ class ServerConfig(Config):
# #
# Defaults to `7d`. Set to `null` to disable. # 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. # How long to track users' last seen time and IPs in the database.
# #
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment