mirror of
https://github.com/FranP-code/Baileys.git
synced 2025-10-13 00:32:22 +00:00
incorrect interval fix
This commit is contained in:
@@ -42,8 +42,8 @@ export class WAConnection extends EventEmitter {
|
||||
/** The connection state */
|
||||
state: WAConnectionState = 'close'
|
||||
connectOptions: WAConnectOptions = {
|
||||
regenerateQRIntervalMs: 30_1000,
|
||||
maxIdleTimeMs: 15_1000,
|
||||
regenerateQRIntervalMs: 30_000,
|
||||
maxIdleTimeMs: 15_000,
|
||||
waitOnlyForLastMessage: false,
|
||||
waitForChats: true,
|
||||
maxRetries: 5,
|
||||
|
||||
Reference in New Issue
Block a user