da03 commited on
Commit
bad20e3
·
1 Parent(s): c686855
Files changed (1) hide show
  1. dispatcher.py +1 -1
dispatcher.py CHANGED
@@ -417,7 +417,7 @@ class SessionManager:
417
  # Give them 60 seconds from now
418
  session.max_session_time = 60.0
419
  session.session_limit_start_time = current_time # Track when limit started
420
- session.last_activity = current_time # Reset activity timer to start 60s countdown
421
  session.session_warning_sent = False # Reset warning flag
422
  affected_sessions += 1
423
 
 
417
  # Give them 60 seconds from now
418
  session.max_session_time = 60.0
419
  session.session_limit_start_time = current_time # Track when limit started
420
+ # Don't reset last_activity - that would break idle timeout tracking
421
  session.session_warning_sent = False # Reset warning flag
422
  affected_sessions += 1
423