fix: reduce local server status overhead

This commit is contained in:
Bohdan Triapitsyn
2026-05-05 18:47:00 +03:00
parent 962ee41bba
commit 6dd322ddbe
7 changed files with 60 additions and 20 deletions
+2 -1
View File
@@ -18,6 +18,7 @@ export const createBootstrapRuntime = (dependencies) => {
serverStartedAt,
gracefulShutdown,
getHealthSnapshot,
verboseRequestLogs,
uiPassword,
tunnelAuthController,
readSettingsFromDiskMigrated,
@@ -60,7 +61,7 @@ export const createBootstrapRuntime = (dependencies) => {
getHealthSnapshot,
});
registerCommonRequestMiddleware(app, { express });
registerCommonRequestMiddleware(app, { express, verboseRequestLogs });
const uiAuthController = createUiAuth({
password: uiPassword,