Skip to content

Commit

Permalink
Extend the session time to 7 days
Browse files Browse the repository at this point in the history
We decided to extend the expiration time of the valid session for the
dapp to 7 days.
  • Loading branch information
r-czajkowski committed Sep 18, 2024
1 parent 9bb6bf4 commit 1d17136
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dapp/src/constants/time.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ export const REFETCH_INTERVAL_IN_MILLISECONDS =

export const DATE_FORMAT_LOCALE_TAG = "us-US"

// 3 hours
// 7 days
export const ACRE_SESSION_EXPIRATION_TIME =
3 * ONE_HOUR_IN_SECONDS * ONE_SEC_IN_MILLISECONDS
ONE_WEEK_IN_SECONDS * ONE_SEC_IN_MILLISECONDS

0 comments on commit 1d17136

Please sign in to comment.