From 94659bdabafbdd11e02b350f67d212774b956a9e Mon Sep 17 00:00:00 2001 From: vikasrohit Date: Tue, 3 Mar 2020 15:47:15 +0530 Subject: [PATCH] Reduced the session expiration legnth Reduced the session expiration length by 5 minutes to show the modal 5 minutes before the actual session expiration. --- src/config/constants.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config/constants.js b/src/config/constants.js index 2c5611701..68b17373f 100644 --- a/src/config/constants.js +++ b/src/config/constants.js @@ -965,4 +965,4 @@ export const PROJECT_REPORTS = { /** * Report session length in seconds */ -export const REPORT_SESSION_LENGTH = 30 * 60 // 30 minutes +export const REPORT_SESSION_LENGTH = 25 * 60 // 25 minutes (5 minutes less than the report session)