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

This commit is contained in:
QLHazyCoder
2026-04-10 00:04:32 +08:00
parent e774ab43fc
commit 67add2c2e4
+1 -1
View File
@@ -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,