Skip to content

Commit

Permalink
Merge pull request #112 from team-winey/testToken
Browse files Browse the repository at this point in the history
[Test] refresh time 10min
  • Loading branch information
sss4920 authored Aug 11, 2023
2 parents 056aaa2 + 1e65be3 commit c37e912
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ public class AuthService {
private final UserRepository userRepository;

private final Long TOKEN_EXPIRATION_TIME_ACCESS = 3 * 60 * 1000L;
private final Long TOKEN_EXPIRATION_TIME_REFRESH = 5 * 60 * 1000L;
private final Long TOKEN_EXPIRATION_TIME_REFRESH = 10 * 60 * 1000L;
private final GoalRepository goalRepository;

private final FeedRepository feedRepository;
Expand Down

0 comments on commit c37e912

Please sign in to comment.