Chats not being received bug fix

This commit is contained in:
Adhiraj Singh
2020-11-05 16:57:27 +05:30
parent 155df2bc4f
commit 75aa1f9d81
3 changed files with 15 additions and 14 deletions

View File

@@ -48,7 +48,7 @@ export class WAConnection extends EventEmitter {
waitForChats: true,
maxRetries: 10,
connectCooldownMs: 4000,
phoneResponseTime: 10_000,
phoneResponseTime: 15_000,
alwaysUseTakeover: true
}
/** When to auto-reconnect */