Skip to content

Commit

Permalink
Set QR refresh timeout to 30 seconds
Browse files Browse the repository at this point in the history
  • Loading branch information
danielcardeenas committed Apr 13, 2020
1 parent 1ec803c commit 6188867
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config/create-config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ export const defaultOptions: CreateConfig = {
debug: false,
logQR: true,
browserArgs: [''],
refreshQR: 10000,
refreshQR: 30000,
};

0 comments on commit 6188867

Please sign in to comment.