Bump LAST_SEEN_GRANULARITY in client_ips
This commit is contained in:
committed by
Richard van der Hoff
parent
7a1406d144
commit
8f8ea91eef
@@ -30,7 +30,7 @@ logger = logging.getLogger(__name__)
|
||||
# Number of msec of granularity to store the user IP 'last seen' time. Smaller
|
||||
# times give more inserts into the database even for readonly API hits
|
||||
# 120 seconds == 2 minutes
|
||||
LAST_SEEN_GRANULARITY = 120 * 1000
|
||||
LAST_SEEN_GRANULARITY = 10 * 60 * 1000
|
||||
|
||||
|
||||
class ClientIpStore(background_updates.BackgroundUpdateStore):
|
||||
|
||||
Reference in New Issue
Block a user