Reduce default redaction_retention_seconds to sixty days.
Signed-off-by: Jason Volk <jason@zemos.net>
This commit is contained in:
parent
f2a15fda34
commit
2fb032fabb
2 changed files with 5 additions and 5 deletions
|
|
@ -1729,9 +1729,9 @@
|
|||
|
||||
# Redaction retention period in seconds.
|
||||
#
|
||||
# By default the unredacted events are stored for one year.
|
||||
# By default the unredacted events are stored for 60 days.
|
||||
#
|
||||
#redaction_retention_seconds = 31536000
|
||||
#redaction_retention_seconds = 5184000
|
||||
|
||||
# Allows users with `redact` power level to request unredacted events with
|
||||
# MSC2815.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue