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 7
7
## __ WORK IN PROGRESS__
8
8
* (@foxriver76 ) updated plugin base and sentry plugin to version 2
9
9
* (@foxriver76 ) enhanced translations for the ` diskSpaceIssues ` notification category
10
+ * (@foxriver76 ) extend the time to wait until controller is stopped on controller UI upgrade
10
11
* (@foxriver76 ) improved backup/restore process to work for arbitrary large installations
11
12
12
13
## 6.0.11 (2024-08-21) - Kiera
Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ interface ServerResponse {
56
56
57
57
class UpgradeManager {
58
58
/** Wait ms until controller is stopped */
59
- private readonly STOP_TIMEOUT_MS = 3_000 ;
59
+ private readonly STOP_TIMEOUT_MS = 5_000 ;
60
60
/** Wait ms for delivery of final response */
61
61
private readonly SHUTDOWN_TIMEOUT = 10_000 ;
62
62
/** Instance of admin to get information from */
You can’t perform that action at this time.
0 commit comments