LastLoginAtCooldown from 8 hours to 1 hour
This commit is contained in:
parent
de30f5e952
commit
5ceeeb5fee
|
@ -64,7 +64,7 @@ const (
|
|||
ContactRateLimitCooldown = 2 * time.Minute
|
||||
|
||||
// How frequently to refresh LastLoginAt since sessions are long-lived.
|
||||
LastLoginAtCooldown = 8 * time.Hour
|
||||
LastLoginAtCooldown = time.Hour
|
||||
|
||||
// Chat room status refresh interval.
|
||||
ChatStatusRefreshInterval = 30 * time.Second
|
||||
|
|
Loading…
Reference in New Issue
Block a user