This commit is contained in:
2026-04-02 10:44:14 +09:00
parent 18478e58d4
commit 6e7f485988
2 changed files with 5 additions and 5 deletions
@@ -642,7 +642,7 @@ object AutoTradingManager {
}
}
(AutoTradingManager.now.isAfter(LocalTime.of(18, 30))) -> {
(AutoTradingManager.now.isAfter(LocalTime.of(18, 20))) -> {
try {
waitTime = 5.0
println("current SystemCleanedUpToday is $isSystemCleanedUpToday")
@@ -780,7 +780,7 @@ object AutoTradingManager {
}
while (System.currentTimeMillis() < endWait && isRunning()) {
lastTickTime.set(System.currentTimeMillis()) // 대기 중에도 Watchdog에 생존 신고
println("💤 대기 모드 상태 확인...")
println("💤 대기 모드 상태 확인...$minutes")
delay(if(minutes > 3.0 ) 10000 else 1000)
}
}