We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a1406d commit 8f8ea91Copy full SHA for 8f8ea91
synapse/storage/client_ips.py
@@ -30,7 +30,7 @@
30
# Number of msec of granularity to store the user IP 'last seen' time. Smaller
31
# times give more inserts into the database even for readonly API hits
32
# 120 seconds == 2 minutes
33
-LAST_SEEN_GRANULARITY = 120 * 1000
+LAST_SEEN_GRANULARITY = 10 * 60 * 1000
34
35
36
class ClientIpStore(background_updates.BackgroundUpdateStore):
0 commit comments