From e6edbefe6aaa35d899b0a54336303c3eb3dba3f7 Mon Sep 17 00:00:00 2001 From: uye <99072975+ABA2396@users.noreply.github.com> Date: Sun, 18 Aug 2024 22:31:29 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E5=87=8F=E5=B0=91=E4=BF=9D=E5=85=A8?= =?UTF-8?q?=E6=88=AA=E5=9B=BE=E9=97=B4=E9=9A=94?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/MaaCore/Task/SSS/SSSBattleProcessTask.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/MaaCore/Task/SSS/SSSBattleProcessTask.cpp b/src/MaaCore/Task/SSS/SSSBattleProcessTask.cpp index d4ae212b88..dc9285aa16 100644 --- a/src/MaaCore/Task/SSS/SSSBattleProcessTask.cpp +++ b/src/MaaCore/Task/SSS/SSSBattleProcessTask.cpp @@ -62,8 +62,8 @@ bool asst::SSSBattleProcessTask::update_deployment_with_skip(const cv::Mat& reus [](const DeploymentOper& oper1, const DeploymentOper& oper2) { return oper1.name == oper2.name; })) { if (std::chrono::duration_cast(now - last_same_time).count() > 30000) { // 30s 能回 60 费,基本上已经到了挂机的时候,放缓检查的速度 - Log.trace("30s is unchanged and the waiting time is extended to 5s"); - interval_time = 5000; + Log.trace("30s is unchanged and the waiting time is extended to 1s"); + interval_time = 1000; } } else {