File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
packages/controller/src/lib Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 77## __ WORK IN PROGRESS__
88* (@foxriver76 ) updated plugin base and sentry plugin to version 2
99* (@foxriver76 ) enhanced translations for the ` diskSpaceIssues ` notification category
10+ * (@foxriver76 ) extend the time to wait until controller is stopped on controller UI upgrade
1011* (@foxriver76 ) improved backup/restore process to work for arbitrary large installations
1112
1213## 6.0.11 (2024-08-21) - Kiera
Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ interface ServerResponse {
5656
5757class UpgradeManager {
5858 /** Wait ms until controller is stopped */
59- private readonly STOP_TIMEOUT_MS = 3_000 ;
59+ private readonly STOP_TIMEOUT_MS = 5_000 ;
6060 /** Wait ms for delivery of final response */
6161 private readonly SHUTDOWN_TIMEOUT = 10_000 ;
6262 /** Instance of admin to get information from */
You can’t perform that action at this time.
0 commit comments