Skip to content

Commit

Permalink
Thinger
Browse files Browse the repository at this point in the history
  • Loading branch information
Blocksnmore committed Apr 14, 2024
1 parent b2cee2c commit 9c12217
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion islands/events/scanning/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ export default function Scanner({ eventID }: { eventID: string }) {

if (
currentCodeData != undefined &&
currentCodeData.lastSeen + 250 < Date.now()
currentCodeData.lastSeen + 500 < Date.now()
) {
currentCodeData = null;
}
Expand Down

0 comments on commit 9c12217

Please sign in to comment.