mirror of
https://github.com/babalae/bettergi-scripts-list.git
synced 2026-03-23 04:39:51 +08:00
Increase sleep duration from 20s to 30s
This commit is contained in:
@@ -447,7 +447,7 @@ const removedCharacters4 = typeof (settings.removedCharacters4) === 'undefined'
|
||||
} else {
|
||||
log.warn("出现异常情况或超时,请检查");
|
||||
}
|
||||
await sleep(2000);
|
||||
await sleep(3000);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -548,4 +548,4 @@ const removedCharacters4 = typeof (settings.removedCharacters4) === 'undefined'
|
||||
await sleep(1000);
|
||||
}
|
||||
}
|
||||
})();
|
||||
})();
|
||||
|
||||
Reference in New Issue
Block a user