mirror of
https://github.com/FranP-code/Baileys.git
synced 2025-10-13 00:32:22 +00:00
feat: add option to set timeout between each qr generation
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user