updates on the increase on the time logout duration
This commit is contained in:
@@ -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 = () => {
|
||||||
|
|||||||
Reference in New Issue
Block a user