mirror of
https://github.com/jupyterhub/jupyterhub.git
synced 2025-10-12 20:43:02 +00:00
do not consider stopping a user's server activity
This commit is contained in:
@@ -459,7 +459,6 @@ class User:
|
|||||||
if self.state is None:
|
if self.state is None:
|
||||||
self.state = {}
|
self.state = {}
|
||||||
spawner.orm_spawner.state = spawner.get_state()
|
spawner.orm_spawner.state = spawner.get_state()
|
||||||
self.last_activity = spawner.orm_spawner.last_activity = datetime.utcnow()
|
|
||||||
db.commit()
|
db.commit()
|
||||||
spawner._waiting_for_response = True
|
spawner._waiting_for_response = True
|
||||||
try:
|
try:
|
||||||
|
Reference in New Issue
Block a user