feat: Add max msg retry count (#572)

This commit is contained in:
Alex Sandro
2024-01-19 13:01:20 -03:00
committed by GitHub
parent d08b2e8d48
commit 18990f874f
4 changed files with 8 additions and 2 deletions

View File

@@ -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 */