Skip to content

Commit

Permalink
feat update LOGIN_TICKET_EXPIRE
Browse files Browse the repository at this point in the history
  • Loading branch information
feellmoose committed Dec 9, 2023
1 parent 4c4d722 commit 04876c1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/main/java/sast/evento/service/impl/LoginServiceImpl.java
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,7 @@ public class LoginServiceImpl implements LoginService {
private RedisUtil redisUtil;
private static final String LOGIN_TICKET = "ticket:";
private static final String LOGIN_SUCCESS = "login:";
private static final long LOGIN_TICKET_EXPIRE = 600;
private static final long LOGIN_TIME_OUT = 30;
private static final long LOGIN_TICKET_EXPIRE = 60;

/**
* 这边逻辑和业务强耦合,建议先熟悉登陆流程再阅读代码
Expand Down

0 comments on commit 04876c1

Please sign in to comment.