Skip to content

Commit 6d3e1b0

Browse files
committed
fix: Fixed error to send message in large groups
1 parent d3a53e1 commit 6d3e1b0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/whatsapp/services/whatsapp.service.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -741,6 +741,7 @@ export class WAStartupService {
741741
version,
742742
connectTimeoutMs: 60_000,
743743
qrTimeout: 40_000,
744+
defaultQueryTimeoutMs: undefined,
744745
emitOwnEvents: false,
745746
msgRetryCounterCache: this.msgRetryCounterCache,
746747
getMessage: async (key) =>

0 commit comments

Comments
 (0)