Skip to content

Commit 94659bd

Browse files
author
vikasrohit
authored
Reduced the session expiration legnth
Reduced the session expiration length by 5 minutes to show the modal 5 minutes before the actual session expiration.
1 parent c8be931 commit 94659bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/config/constants.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -965,4 +965,4 @@ export const PROJECT_REPORTS = {
965965
/**
966966
* Report session length in seconds
967967
*/
968-
export const REPORT_SESSION_LENGTH = 30 * 60 // 30 minutes
968+
export const REPORT_SESSION_LENGTH = 25 * 60 // 25 minutes (5 minutes less than the report session)

0 commit comments

Comments
 (0)