feat: updated the idle close timeout to 8 hours
Build and Publish / test (push) Successful in 3m6s
Build and Publish / build (push) Successful in 19s
Build and Publish / Build and Deploy Docs (push) Successful in 40s

This commit is contained in:
appleb_m
2026-07-14 09:51:43 +02:00
parent 2663570f68
commit e6b759e6e2
+1 -1
View File
@@ -148,7 +148,7 @@ class MainWindow(QMainWindow):
self._last_user_interaction_ts = time.time()
self._last_interaction_report_ts = 0.0
self._interaction_report_min_interval_s = 15.0
self._idle_close_timeout_s = 60 * 60
self._idle_close_timeout_s = 60 * 60 * 8
self._remote_close_deadline_ts: float | None = None
self._remote_close_reason: str | None = None
self._remote_close_banner_active: bool = False