token过期时间加长

This commit is contained in:
wuyibo
2023-07-16 16:46:43 +08:00
parent a9628f681a
commit 994d44b8a4

View File

@@ -10,12 +10,12 @@ public class CacheConstants
/**
* 缓存有效期默认720分钟
*/
public final static long EXPIRATION = 720;
public final static long EXPIRATION = 7200;
/**
* 缓存刷新时间默认120分钟
*/
public final static long REFRESH_TIME = 120;
public final static long REFRESH_TIME = 1200;
/**
* 密码最大错误次数