mirror of
https://gitee.com/y_project/RuoYi-Cloud.git
synced 2026-01-29 21:11:57 +08:00
token过期时间加长
This commit is contained in:
@@ -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;
|
||||
|
||||
/**
|
||||
* 密码最大错误次数
|
||||
|
||||
Reference in New Issue
Block a user