summary refs log tree commit diff
path: root/synapse/config/server.py
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2019-09-25 17:22:33 +0100
committerErik Johnston <erik@matrix.org>2019-09-25 17:22:33 +0100
commit39b50ad42a8cf784e627959e9652589338121ccd (patch)
tree77e1ee6c4c94cc1d6fdf642a265da5448fa917cc /synapse/config/server.py
parentNewsfile (diff)
downloadsynapse-39b50ad42a8cf784e627959e9652589338121ccd.tar.xz
Review comments
Diffstat (limited to 'synapse/config/server.py')
-rw-r--r--synapse/config/server.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/synapse/config/server.py b/synapse/config/server.py
index 655e7487a4..f8b7b4bef9 100644
--- a/synapse/config/server.py
+++ b/synapse/config/server.py
@@ -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
         """