Review comments

This commit is contained in:
Erik Johnston 2019-09-25 17:22:33 +01:00
parent f8b02c5420
commit 39b50ad42a
4 changed files with 4 additions and 7 deletions

View file

@ -745,7 +745,7 @@ class ServerConfig(Config):
# How long to track users' last seen time and IPs in the database.
#
# Defaults to `28d`. Set to `null` to disable.
# Defaults to `28d`. Set to `null` to disable clearing out of old rows.
#
#user_ips_max_age: 14d
"""