From 67add2c2e41d0df788ef9aea83af7c6af82f504a Mon Sep 17 00:00:00 2001 From: QLHazyCoder <2825305047@qq.com> Date: Fri, 10 Apr 2026 00:04:32 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E5=B0=86=E9=AA=8C=E8=AF=81=E7=A0=81?= =?UTF-8?q?=E8=BD=AE=E8=AF=A2=E6=9C=80=E5=A4=A7=E8=BD=AE=E6=AC=A1=E4=BB=8E?= =?UTF-8?q?9=E5=87=8F=E5=B0=91=E5=88=B05=EF=BC=8C=E4=BB=A5=E4=BC=98?= =?UTF-8?q?=E5=8C=96=E6=80=A7=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- background.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/background.js b/background.js index 74cc538..df14442 100644 --- a/background.js +++ b/background.js @@ -1230,7 +1230,7 @@ let autoRunActive = false; let autoRunCurrentRun = 0; let autoRunTotalRuns = 1; let autoRunAttemptRun = 0; -const VERIFICATION_POLL_MAX_ROUNDS = 9; +const VERIFICATION_POLL_MAX_ROUNDS = 5; const AUTO_STEP_DELAYS = { 1: 2000, 2: 2000,