Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/main/java/com/pickyfy/pickyfy/common/Constant.java
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ public class Constant {
public static final String NICKNAME_REGX = "^[a-zA-Z가-힣0-9!@#$%^&*()_+={}\\[\\]:;\"'<>,.?/-]{1,8}$";

public static final long EMAIL_TOKEN_EXPIRATION_TIME = 5 * 60 * 1000;
public static final long ACCESS_TOKEN_EXPIRATION_TIME = 30 * 60 * 1000;
public static final long ACCESS_TOKEN_EXPIRATION_TIME = 10 * 30 * 60 * 1000;
public static final long REFRESH_TOKEN_EXPIRATION_TIME = 7 * 24 * 60 * 60 * 1000;

public static final long CATEGORIES_EXPIRATION_TIME = 24 * 60 * 60 * 1000;
Expand Down