change rotate time

This commit is contained in:
Marcus Efraimsson
2019-01-21 10:22:18 +01:00
parent 0d1e3759eb
commit 766cfab374

View File

@@ -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