Skip to content
This repository has been archived by the owner on Dec 2, 2024. It is now read-only.

Commit

Permalink
Extend session time
Browse files Browse the repository at this point in the history
  • Loading branch information
dzbo committed Oct 25, 2024
1 parent 73241d4 commit 4b8e130
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shared/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ export const SUPPORTED_NETWORK_IDS = ['mainnet', 'testnet'] as const
export const MODAL_DEFAULT_TEMPLATE = 'Default'

// connection expiry time
export const CONNECTION_EXPIRY_TIME_MS = 1000 * 60 * 60 * 2 // 2 hours
export const CONNECTION_EXPIRY_TIME_MS = 1000 * 60 * 60 * 24 // 24 hours

// interval to check if the user is still connected
export const CONNECTION_EXPIRY_CHECK_INTERVAL_MS = 1000 * 10 // 10 seconds
Expand Down

0 comments on commit 4b8e130

Please sign in to comment.