Skip to content

Commit

Permalink
[style] : 자동매매 로직 주석 처리
Browse files Browse the repository at this point in the history
  • Loading branch information
bbbang105 committed Jun 18, 2024
1 parent eac9908 commit a6aed98
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ public class UpbitAutoTrader {
private final PortfolioOptionRepository portfolioOptionRepository;

// 자동매매 진행 메서드
@Scheduled(fixedRate = 5000) // 5초마다 실행
//@Scheduled(fixedRate = 5000) // 5초마다 실행
public void performAutoTrading() {
System.out.println("자동매매 로직 실행 중...");

Expand Down

0 comments on commit a6aed98

Please sign in to comment.