diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/sample_config.yaml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/sample_config.yaml b/docs/sample_config.yaml index da31728037..8f801daf35 100644 --- a/docs/sample_config.yaml +++ b/docs/sample_config.yaml @@ -316,6 +316,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 clearing out of old rows. +# +#user_ips_max_age: 14d + ## TLS ## |