Commit a2a7aed3 by guojuxing

登录token保持4小时有效时间

parent de521671
......@@ -15,9 +15,9 @@ import java.util.concurrent.TimeUnit;
public class UserContext {
/**
* 有效期12小时
* 有效期4小时
*/
public static final Long expireLength = 12L;
public static final Long expireLength = 4L;
private static UserContext userContext = null;
private static final Logger log = LogManager.getLogger(UserContext.class);
......
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