mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-02 08:36:03 -04:00
Prune rows in user_ips older than configured period
Defaults to pruning everything older than 28d.
This commit is contained in:
parent
2135c198d1
commit
242017db8b
3 changed files with 73 additions and 8 deletions
|
@ -313,6 +313,12 @@ listeners:
|
|||
#
|
||||
redaction_retention_period: 7d
|
||||
|
||||
# How long to track users' last seen time and IPs in the database.
|
||||
#
|
||||
# Defaults to `28d`. Set to `null` to disable.
|
||||
#
|
||||
#user_ips_max_age: 14d
|
||||
|
||||
|
||||
## TLS ##
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue