feat: add option to set timeout between each qr generation

This commit is contained in:
fadiinho
2022-07-29 22:36:50 -03:00
committed by Adhiraj Singh
parent 34f2095263
commit f2917f0a6d
2 changed files with 7 additions and 4 deletions

View File

@@ -37,4 +37,6 @@ export type CommonSocketConfig = {
customUploadHosts: MediaConnInfo['hosts']
/** time to wait between sending new retry requests */
retryRequestDelayMs: number
/** time to wait for the generation of the next QR in ms */
qrTimeout?: number;
}