Explorar o código

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

QLHazyCoder hai 5 meses
pai
achega
67add2c2e4
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      background.js

+ 1 - 1
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,