Skip to content

Commit

Permalink
extend the time to wait until controller is stopped on controller UI …
Browse files Browse the repository at this point in the history
…upgrade (#2883)
  • Loading branch information
foxriver76 authored Sep 4, 2024
1 parent 2491a89 commit b63ccb8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
## __WORK IN PROGRESS__
* (@foxriver76) updated plugin base and sentry plugin to version 2
* (@foxriver76) enhanced translations for the `diskSpaceIssues` notification category
* (@foxriver76) extend the time to wait until controller is stopped on controller UI upgrade
* (@foxriver76) improved backup/restore process to work for arbitrary large installations

## 6.0.11 (2024-08-21) - Kiera
Expand Down
2 changes: 1 addition & 1 deletion packages/controller/src/lib/upgradeManager.ts
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ interface ServerResponse {

class UpgradeManager {
/** Wait ms until controller is stopped */
private readonly STOP_TIMEOUT_MS = 3_000;
private readonly STOP_TIMEOUT_MS = 5_000;
/** Wait ms for delivery of final response */
private readonly SHUTDOWN_TIMEOUT = 10_000;
/** Instance of admin to get information from */
Expand Down

0 comments on commit b63ccb8

Please sign in to comment.