fix: token有效期修改为,90天。
This commit is contained in:
@@ -8,14 +8,14 @@ package com.intc.common.core.constant;
|
||||
public class CacheConstants
|
||||
{
|
||||
/**
|
||||
* 缓存有效期,默认720(分钟)
|
||||
* 缓存有效期,默认129600(分钟,90天)
|
||||
*/
|
||||
public final static long EXPIRATION = 720;
|
||||
public final static long EXPIRATION = 129600;
|
||||
|
||||
/**
|
||||
* 缓存刷新时间,默认120(分钟)
|
||||
* 缓存刷新时间,默认10080(分钟,7天)
|
||||
*/
|
||||
public final static long REFRESH_TIME = 120;
|
||||
public final static long REFRESH_TIME = 10080;
|
||||
|
||||
/**
|
||||
* 密码最大错误次数
|
||||
|
||||
Reference in New Issue
Block a user