From 032f0cabd86f8afe8558d83cf01f91a5d8f082e5 Mon Sep 17 00:00:00 2001 From: victorAnumudu Date: Mon, 1 May 2023 20:10:48 +0100 Subject: [PATCH] made session expire checker 300000ms --- .env.development | 2 +- .env.poduction | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.env.development b/.env.development index f58ba9f..bb7488f 100644 --- a/.env.development +++ b/.env.development @@ -18,7 +18,7 @@ REACT_APP_USERS_ENDPOINT="https://apigate.lotus.g1.wrenchboard.com/svs/user" #"https://devapi.mermsemr.com/en/desktop/api/v2/myfituser" REACT_APP_SESSION_EXPIRE_MINUTES=300000 -REACT_APP_SESSION_EXPIRE_CHECKER=60000 +REACT_APP_SESSION_EXPIRE_CHECKER=300000 REACT_APP_LOGIN_ERROR_TIMEOUT=7000 REACT_APP_SIGNUP_ERROR_TIMEOUT=7000 diff --git a/.env.poduction b/.env.poduction index 2dc4744..43b895b 100644 --- a/.env.poduction +++ b/.env.poduction @@ -18,7 +18,7 @@ REACT_APP_USERS_ENDPOINT="https://apigate.orion.g1.wrenchboard.com/svs/user" #"https://devapi.mermsemr.com/en/desktop/api/v2/myfituser" REACT_APP_SESSION_EXPIRE_MINUTES=300000 -REACT_APP_SESSION_EXPIRE_CHECKER=60000 +REACT_APP_SESSION_EXPIRE_CHECKER=300000 REACT_APP_LOGIN_ERROR_TIMEOUT=7000 REACT_APP_SIGNUP_ERROR_TIMEOUT=7000 -- 2.34.1