mirror of
https://github.com/FranP-code/Baileys.git
synced 2025-10-13 00:32:22 +00:00
feat: Add max msg retry count (#572)
This commit is contained in:
@@ -51,6 +51,8 @@ export type SocketConfig = {
|
||||
customUploadHosts: MediaConnInfo['hosts']
|
||||
/** time to wait between sending new retry requests */
|
||||
retryRequestDelayMs: number
|
||||
/** max retry count */
|
||||
maxMsgRetryCount: number
|
||||
/** time to wait for the generation of the next QR in ms */
|
||||
qrTimeout?: number
|
||||
/** provide an auth state object to maintain the auth state */
|
||||
|
||||
Reference in New Issue
Block a user