Shiva4113 commited on
Commit
5e92350
·
verified ·
1 Parent(s): 1129023

Update manga.py

Browse files
Files changed (1) hide show
  1. manga.py +1 -1
manga.py CHANGED
@@ -83,7 +83,7 @@ class SessionManager:
83
 
84
  def __init__(self):
85
  self.sessions: Dict[str, UserSession] = {}
86
- self.session_timeout_hours = 24
87
 
88
  def create_session(self, api_key: str) -> str:
89
  """Create a new session for a user with their API key."""
 
83
 
84
  def __init__(self):
85
  self.sessions: Dict[str, UserSession] = {}
86
+ self.session_timeout_hours = 4
87
 
88
  def create_session(self, api_key: str) -> str:
89
  """Create a new session for a user with their API key."""