mirror of
https://github.com/babalae/bettergi-scripts-list.git
synced 2026-03-24 04:49:51 +08:00
fix(AutoPlan): 添加延迟等待解决复活重试问题
- 在复活重试逻辑前添加1秒延迟 - 防止重试过程中的时间冲突问题
This commit is contained in:
@@ -157,6 +157,7 @@ async function autoLeyLineOutcrop(autoLeyLineOutcrop) {
|
||||
|
||||
param.isResinExhaustionMode = true;
|
||||
param.openModeCountMin = true;
|
||||
await sleep(1000)
|
||||
// 复活重试
|
||||
for (let i = 0; i < config.run.retry_count; i++) {
|
||||
try {
|
||||
|
||||
Reference in New Issue
Block a user