修改重连次数
This commit is contained in:
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -229,7 +229,7 @@ export class ImClient {
|
|||||||
}
|
}
|
||||||
//TODO
|
//TODO
|
||||||
// 重连10次
|
// 重连10次
|
||||||
for (let index = 0; index < 10000000; index++) {
|
for (let index = 0; index < 1; index++) {
|
||||||
await sleep(5)
|
await sleep(5)
|
||||||
try {
|
try {
|
||||||
log.info("try to relogin")
|
log.info("try to relogin")
|
||||||
|
|||||||
Reference in New Issue
Block a user