aboutsummaryrefslogtreecommitdiff
path: root/Jellyfin.Server/ServerSetupApp
diff options
context:
space:
mode:
authorShadowghost <Ghost_of_Stone@web.de>2026-09-05 07:34:38 +0200
committerShadowghost <Ghost_of_Stone@web.de>2026-09-05 07:36:17 +0200
commit5465e0c69423506d6836f2a6b8aacfce8cb0501e (patch)
tree4a77740d2fedd93e4fd7ba6abefa65be630a754c /Jellyfin.Server/ServerSetupApp
parent0b5bbb528af08d950bc9887b5a1114888820688b (diff)
Optimize the database on startup instead of before shutdown
Diffstat (limited to 'Jellyfin.Server/ServerSetupApp')
-rw-r--r--Jellyfin.Server/ServerSetupApp/StartupActivity.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Jellyfin.Server/ServerSetupApp/StartupActivity.cs b/Jellyfin.Server/ServerSetupApp/StartupActivity.cs
index abfc5bc8ba..5fc485bd48 100644
--- a/Jellyfin.Server/ServerSetupApp/StartupActivity.cs
+++ b/Jellyfin.Server/ServerSetupApp/StartupActivity.cs
@@ -27,7 +27,7 @@ public static class StartupActivity
/// <summary>Bringing up core services and plugins.</summary>
public const string InitializingServices = "Initializing services";
- /// <summary>Refreshing the database statistics after migrations have run.</summary>
+ /// <summary>Refreshing the database query planner statistics.</summary>
public const string OptimizingDatabase = "Optimizing database";
/// <summary>Running the final startup tasks.</summary>