Skip to content

Commit

Permalink
[Test] 아요 토큰 테스트
Browse files Browse the repository at this point in the history
  • Loading branch information
sss4920 committed Aug 23, 2023
1 parent 673c13e commit f8711cc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/java/org/winey/server/service/auth/AuthService.java
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ public class AuthService {

private final UserRepository userRepository;

private final Long TOKEN_EXPIRATION_TIME_ACCESS = 100 * 24 * 60 * 60 * 1000L;
private final Long TOKEN_EXPIRATION_TIME_REFRESH = 300 *24 * 60 * 60 * 1000L;
private final Long TOKEN_EXPIRATION_TIME_ACCESS = 3 * 60 * 1000L;
private final Long TOKEN_EXPIRATION_TIME_REFRESH = 5 * 60 * 1000L;
private final GoalRepository goalRepository;

private final FeedRepository feedRepository;
Expand Down

0 comments on commit f8711cc

Please sign in to comment.