Skip to content

Commit

Permalink
chore(dw): set session time to 30 min
Browse files Browse the repository at this point in the history
  • Loading branch information
javadkh2 committed Nov 14, 2024
1 parent 929d23c commit 4da520c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/apps/dev-wallet/src/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export const config = {
SYNC_INTERVAL: 5 * 60 * 1000, // 5 minutes
},
SESSION: {
TTL: 5 * 60 * 1000, // 30 minutes
TTL: 30 * 60 * 1000, // 30 minutes
ENCRYPT_SESSION: false,
},
};

0 comments on commit 4da520c

Please sign in to comment.