Prune rows in user_ips older than configured period

Defaults to pruning everything older than 28d.
This commit is contained in:
Erik Johnston 2019-09-24 15:20:40 +01:00
parent 2135c198d1
commit 242017db8b
3 changed files with 73 additions and 8 deletions

View file

@ -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 ##