mirror of
https://github.com/FranP-code/Baileys.git
synced 2025-10-13 00:32:22 +00:00
fix: adjusted default keepAliveIntervalMs (#233)
Co-authored-by: sudomaaz <mohammad.maaz@lovebonito.com>
This commit is contained in:
@@ -54,7 +54,7 @@ export const DEFAULT_CONNECTION_CONFIG: SocketConfig = {
|
||||
browser: Browsers.baileys('Chrome'),
|
||||
waWebSocketUrl: 'wss://web.whatsapp.com/ws/chat',
|
||||
connectTimeoutMs: 20_000,
|
||||
keepAliveIntervalMs: 15_000,
|
||||
keepAliveIntervalMs: 30_000,
|
||||
logger: logger.child({ class: 'baileys' }),
|
||||
printQRInTerminal: false,
|
||||
emitOwnEvents: true,
|
||||
|
||||
Reference in New Issue
Block a user