mirror of
https://github.com/EvolutionAPI/evolution-api.git
synced 2025-07-16 04:02:54 -06:00
fix: Fixed error to send message in large groups
This commit is contained in:
parent
d3a53e1d3c
commit
6d3e1b0cbe
@ -741,6 +741,7 @@ export class WAStartupService {
|
|||||||
version,
|
version,
|
||||||
connectTimeoutMs: 60_000,
|
connectTimeoutMs: 60_000,
|
||||||
qrTimeout: 40_000,
|
qrTimeout: 40_000,
|
||||||
|
defaultQueryTimeoutMs: undefined,
|
||||||
emitOwnEvents: false,
|
emitOwnEvents: false,
|
||||||
msgRetryCounterCache: this.msgRetryCounterCache,
|
msgRetryCounterCache: this.msgRetryCounterCache,
|
||||||
getMessage: async (key) =>
|
getMessage: async (key) =>
|
||||||
|
Loading…
Reference in New Issue
Block a user