mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Users: Add config option to control how often last_seen is updated (#88721)
Users: Add config option to control how often last_seen is updated Co-authored-by: Karl Persson <kalle.persson92@gmail.com>
This commit is contained in:
@@ -892,6 +892,12 @@ The duration in time a verification email, used to update the email address of a
|
||||
This setting should be expressed as a duration. Examples: 6h (hours), 2d (days), 1w (week).
|
||||
Default is 1h (1 hour).
|
||||
|
||||
### last_seen_update_interval
|
||||
|
||||
The frequency of updating a user's last seen time.
|
||||
This setting should be expressed as a duration. Examples: 1h (hour), 15m (minutes)
|
||||
Default is `15m` (15 minutes). The minimum supported duration is `5m` (5 minutes). The maximum supported duration is `1h` (1 hour).
|
||||
|
||||
### hidden_users
|
||||
|
||||
This is a comma-separated list of usernames. Users specified here are hidden in the Grafana UI. They are still visible to Grafana administrators and to themselves.
|
||||
|
||||
Reference in New Issue
Block a user