mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2025-01-07 13:18:03 -05:00
Fix 'redaction_retention_period' sampel config to match guidelines
This commit is contained in:
parent
f25c5ee1fe
commit
3423633d50
@ -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):
|
|||||||
#
|
#
|
||||||
# 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.
|
||||||
#
|
#
|
||||||
|
Loading…
Reference in New Issue
Block a user