mirror of
https://github.com/FranP-code/Baileys.git
synced 2025-10-13 00:32:22 +00:00
feat: add delay between retry requests
This commit is contained in:
@@ -39,4 +39,6 @@ export type CommonSocketConfig<T> = {
|
||||
customUploadHosts: MediaConnInfo['hosts']
|
||||
/** fires a conversationTimestamp & read count update on CIPHERTEXT messages */
|
||||
treatCiphertextMessagesAsReal: boolean
|
||||
/** time to wait between sending new retry requests */
|
||||
retryRequestDelayMs: number
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user