Skip to content

Commit

Permalink
♻️ :수정 (#211)
Browse files Browse the repository at this point in the history
  • Loading branch information
imenuuu committed Dec 6, 2023
1 parent b809034 commit 046feb4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ public String getAuthToken() {
return portOneResponse.getResponse().getAccess_token();
}

@Scheduled(fixedRate = 1750000) // 30분마다 실행
@Scheduled(fixedRate = 1200000)
public void refreshAuthToken() {
String refreshToken = getTokens();
log.info("refresh token {} ", refreshToken);
Expand Down

0 comments on commit 046feb4

Please sign in to comment.