add
This commit is contained in:
@ -63,4 +63,9 @@ public class ConfigConstant {
|
||||
* 默认最大允许错误次数
|
||||
*/
|
||||
public static final Integer DEFAULT_LOGIN_ERROR_MAX_COUNT = 5;
|
||||
|
||||
/**
|
||||
* 默认最大黑名单过期时间(单位分钟)
|
||||
*/
|
||||
public static final Long DEFAULT_MAX_BLACKLIST_EXPIRE_TIME = 30L;
|
||||
}
|
||||
|
Reference in New Issue
Block a user