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 = () => {