Skip to content

Commit

Permalink
Merge pull request #6 from Programming-With-Love/master
Browse files Browse the repository at this point in the history
无rememberMe时过期时间的修复
  • Loading branch information
Snailclimb committed Oct 9, 2019
2 parents cce21bd + 7c8b3ee commit 1513df5
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -17,7 +17,7 @@ public class SecurityConstants {
/**
* rememberMe 为 false 的时候过期时间是1个小时
*/
public static final long EXPIRATION = 6L;
public static final long EXPIRATION = 60L * 60L;
/**
* rememberMe 为 true 的时候过期时间是7天
*/
Expand Down

0 comments on commit 1513df5

Please sign in to comment.