修改重连次数

This commit is contained in:
2023-12-02 00:24:12 +08:00
parent 210913b04b
commit a97a939aed
3 changed files with 3 additions and 3 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -229,7 +229,7 @@ export class ImClient {
}
//TODO
// 重连10次
for (let index = 0; index < 10000000; index++) {
for (let index = 0; index < 1; index++) {
await sleep(5)
try {
log.info("try to relogin")