From 403b2cf5e78bf977807b09530acac000207205e4 Mon Sep 17 00:00:00 2001 From: dharaneesh-r Date: Wed, 8 Jul 2026 11:29:01 +0530 Subject: [PATCH] updates on the increase on the time logout duration --- src/App.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/App.js b/src/App.js index 88fc955..9b8abe9 100644 --- a/src/App.js +++ b/src/App.js @@ -16,7 +16,7 @@ import { useDispatch, useSelector } from 'react-redux'; // ==============================|| APP - THEME, ROUTER, LOCAL ||============================== // -const SESSION_CLEAR_INTERVAL_MS = 30 * 60 * 1000; +const SESSION_CLEAR_INTERVAL_MS = 60 * 60 * 1000; const SESSION_CHECK_INTERVAL_MS = 10000; // Check every 10 seconds const App = () => {