Browse Source

feat: 将验证码轮询最大轮次从9减少到5,以优化性能

QLHazyCoder 4 months ago
parent
commit
67add2c2e4
1 changed files with 1 additions and 1 deletions
  1. 1 1
      background.js

+ 1 - 1
background.js

@@ -1230,7 +1230,7 @@ let autoRunActive = false;
 let autoRunCurrentRun = 0;
 let autoRunCurrentRun = 0;
 let autoRunTotalRuns = 1;
 let autoRunTotalRuns = 1;
 let autoRunAttemptRun = 0;
 let autoRunAttemptRun = 0;
-const VERIFICATION_POLL_MAX_ROUNDS = 9;
+const VERIFICATION_POLL_MAX_ROUNDS = 5;
 const AUTO_STEP_DELAYS = {
 const AUTO_STEP_DELAYS = {
   1: 2000,
   1: 2000,
   2: 2000,
   2: 2000,