Aniruddh commited on
Commit
1897dd4
·
1 Parent(s): ac4fbe4

changed timeout

Browse files
Files changed (1) hide show
  1. app/src/App.jsx +1 -1
app/src/App.jsx CHANGED
@@ -28,7 +28,7 @@ function MainPage() {
28
  const handleLogout = useLogout(sessionId, setUser, setSessionId, setImageUrl);
29
 
30
  // Auto logout (inactivity + tab close)
31
- useautoLogout(sessionId, handleLogout, 5*10 * 1000);
32
 
33
  return (
34
  <div className="container">
 
28
  const handleLogout = useLogout(sessionId, setUser, setSessionId, setImageUrl);
29
 
30
  // Auto logout (inactivity + tab close)
31
+ useautoLogout(sessionId, handleLogout, 100*10 * 1000);
32
 
33
  return (
34
  <div className="container">