This commit is contained in:
2026-05-04 11:19:52 +09:00
parent 23d505eabe
commit 0413fa3e2e
2 changed files with 25 additions and 3 deletions
@@ -707,7 +707,7 @@ object AutoTradingManager {
println("⏳ [Cycle Timeout] 사이클이 너무 길어져 초기화 후 재시작합니다.")
} catch (e: Exception) {
println("⚠️ [Loop Error] ${e.message}")
delay(1500)
delay(1000)
}
waitForNextCycle(waitTime)
}