feat: add delay between retry requests

This commit is contained in:
Adhiraj Singh
2022-03-23 12:40:01 +05:30
parent b933970d51
commit 8d7fde1bf4
3 changed files with 18 additions and 4 deletions

View File

@@ -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
}