Extract configuration from manager and wrapper

This commit is contained in:
2026-07-20 19:40:00 +02:00
parent 3827f803c5
commit 7dde7378b8
5 changed files with 16 additions and 8 deletions
+2 -2
View File
@@ -3,7 +3,7 @@ import { ProcessManager } from "./processManager";
import os from "os";
import { QueryManager } from "./queryManager";
import { WrapperStatusMessage } from "server-manager-shared";
import { WRAPPER_STATUS_INTERVAL } from "./config";
export class StatusReporter {
@@ -36,7 +36,7 @@ export class StatusReporter {
this.sendStatus();
},10000);
},WRAPPER_STATUS_INTERVAL);
}