Skip to content

Commit 8a2ed6e

Browse files
author
vikasrohit
authored
Merge pull request #3746 from appirio-tech/hotfix/post-release-2.7.1
Reduced the session expiration legnth
2 parents 5129100 + 94659bd commit 8a2ed6e

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)