Skip to content

Commit

Permalink
⚗️ common: decrease auth expiry to 3 minutes
Browse files Browse the repository at this point in the history
  • Loading branch information
cruzdanilo committed Oct 31, 2024
1 parent e9583b3 commit 78c1485
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/AUTH_EXPIRY.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export default 24 * 60 * 60_000;
export default 3 * 60_000;

0 comments on commit 78c1485

Please sign in to comment.