mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
change rotate time
This commit is contained in:
parent
0d1e3759eb
commit
766cfab374
@ -21,8 +21,8 @@ func init() {
|
||||
|
||||
var (
|
||||
now = time.Now
|
||||
RotateTime = 10 * time.Second
|
||||
UrgentRotateTime = 5 * time.Second
|
||||
RotateTime = 1 * time.Minute
|
||||
UrgentRotateTime = 30 * time.Second
|
||||
)
|
||||
|
||||
// UserAuthTokenService are used for generating and validating user auth tokens
|
||||
|
Loading…
Reference in New Issue
Block a user