Fix shutdown resume state and legacy extracted cleanup backfill v1.3.9

This commit is contained in:
Sucukdeluxe
2026-02-27 15:29:49 +01:00
parent da51e03cef
commit ef821b69a5
4 changed files with 318 additions and 8 deletions
+1 -1
View File
@@ -151,7 +151,7 @@ export class AppController {
}
public shutdown(): void {
this.manager.stop();
this.manager.prepareForShutdown();
this.megaWebFallback.dispose();
logger.info("App beendet");
}