Skip to content

Commit 8f8ea91

Browse files
erikjohnstonrichvdh
authored andcommitted
Bump LAST_SEEN_GRANULARITY in client_ips
1 parent 7a1406d commit 8f8ea91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

synapse/storage/client_ips.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
# Number of msec of granularity to store the user IP 'last seen' time. Smaller
3131
# times give more inserts into the database even for readonly API hits
3232
# 120 seconds == 2 minutes
33-
LAST_SEEN_GRANULARITY = 120 * 1000
33+
LAST_SEEN_GRANULARITY = 10 * 60 * 1000
3434

3535

3636
class ClientIpStore(background_updates.BackgroundUpdateStore):

0 commit comments

Comments
 (0)