feat: 将验证码轮询最大轮次从9减少到5,以优化性能
This commit is contained in:
+1
-1
@@ -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,
|
||||||
|
|||||||
Reference in New Issue
Block a user