We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 474f3e2 commit 689c14cCopy full SHA for 689c14c
1 file changed
src/api/integrations/channel/whatsapp/whatsapp.baileys.service.ts
@@ -657,7 +657,7 @@ export class BaileysStartupService extends ChannelStartupService {
657
getMessage: async (key) => (await this.getMessage(key)) as Promise<proto.IMessage>,
658
...browserOptions,
659
markOnlineOnConnect: this.localSettings.alwaysOnline,
660
- retryRequestDelayMs: 850,
+ retryRequestDelayMs: 1850,
661
maxMsgRetryCount: 3,
662
fireInitQueries: true,
663
connectTimeoutMs: 30_000,
0 commit comments