Skip to content

Commit

Permalink
Update: 코인 변동 시간 3분으로 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobhboy committed Mar 28, 2024
1 parent c8c168f commit a0803fb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ public class PriceScheduler {
private final TradeRepository tradeRepository;
private final CoinAccountRepository coinAccountRepository;

@Scheduled(fixedRate = 300000)
@Scheduled(fixedRate = 180000)
void changePrice() {
Long CHANGE_MONEY_RANGE = 200000L;

Expand Down

0 comments on commit a0803fb

Please sign in to comment.