updates on the increase on the time logout duration

This commit is contained in:
2026-07-08 11:29:01 +05:30
parent 89cf46ffb4
commit 403b2cf5e7

View File

@@ -16,7 +16,7 @@ import { useDispatch, useSelector } from 'react-redux';
// ==============================|| APP - THEME, ROUTER, LOCAL ||============================== // // ==============================|| 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 SESSION_CHECK_INTERVAL_MS = 10000; // Check every 10 seconds
const App = () => { const App = () => {