mirror of
https://github.com/discourse/discourse.git
synced 2024-12-01 21:19:41 -06:00
that date there is on purpose for date boundries
This commit is contained in:
parent
1ec12fc808
commit
6b82f1047a
@ -287,7 +287,7 @@ class User < ActiveRecord::Base
|
||||
now_date = now.to_date
|
||||
|
||||
# Only update last seen once every minute
|
||||
redis_key = "user:#{self.id}:last_seen"
|
||||
redis_key = "user:#{self.id}:#{now_date}"
|
||||
if $redis.setnx(redis_key, "1")
|
||||
$redis.expire(redis_key, SiteSetting.active_user_rate_limit_secs)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user