diff --git a/pkg/config/config.go b/pkg/config/config.go index 97955ff..82b3df0 100644 --- a/pkg/config/config.go +++ b/pkg/config/config.go @@ -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