Commit 766cfab3 by Marcus Efraimsson

change rotate time

parent 0d1e3759
...@@ -21,8 +21,8 @@ func init() { ...@@ -21,8 +21,8 @@ func init() {
var ( var (
now = time.Now now = time.Now
RotateTime = 10 * time.Second RotateTime = 1 * time.Minute
UrgentRotateTime = 5 * time.Second UrgentRotateTime = 30 * time.Second
) )
// UserAuthTokenService are used for generating and validating user auth tokens // UserAuthTokenService are used for generating and validating user auth tokens
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment