feat: updated the idle close timeout to 8 hours
This commit is contained in:
@@ -2493,6 +2493,6 @@ class MainWindow(QMainWindow):
|
||||
"Idle timeout reached, but GUI remains open because beamline is busy or automation is active."
|
||||
)
|
||||
return
|
||||
|
||||
#TODO deny communication from GUI to DAQ while IDLE for too long rather than kill the GUI
|
||||
logger.warning("Closing GUI after inactivity timeout.")
|
||||
self.close()
|
||||
|
||||
Reference in New Issue
Block a user