wuxw 1 год назад
Родитель
Сommit
f6b762331a

+ 1 - 1
java110-core/src/main/java/com/java110/core/factory/AuthenticationFactory.java

@@ -711,7 +711,7 @@ public class AuthenticationFactory {
 
         countNum += 1;
 
-        CommonCache.setValue(USER_ERROR_COUNT + userName, countNum + "", CommonCache.TOKEN_EXPIRE_TIME);
+        CommonCache.setValue(USER_ERROR_COUNT + userName, countNum + "", CommonCache.defaultExpireTime);
 
     }