Skip to content

Commit

Permalink
timeout decrease 100 -> 50
Browse files Browse the repository at this point in the history
  • Loading branch information
zacktraczyk committed Jan 17, 2024
1 parent bf579ca commit 064b74a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/portal/admin/QRCheckIn/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ const QRCheckInContainer: React.FC = () => {
console.log(result)
handleScanUID(result.getText())
},
timeBetweenDecodingAttempts: 100,
timeBetweenDecodingAttempts: 50,
onError: error => {
console.error(error)
},
Expand Down

0 comments on commit 064b74a

Please sign in to comment.