diff options
| author | Shadowghost <Ghost_of_Stone@web.de> | 2026-09-05 07:34:38 +0200 |
|---|---|---|
| committer | Shadowghost <Ghost_of_Stone@web.de> | 2026-09-05 07:36:17 +0200 |
| commit | 5465e0c69423506d6836f2a6b8aacfce8cb0501e (patch) | |
| tree | 4a77740d2fedd93e4fd7ba6abefa65be630a754c /Jellyfin.Server/ServerSetupApp | |
| parent | 0b5bbb528af08d950bc9887b5a1114888820688b (diff) | |
Optimize the database on startup instead of before shutdown
Diffstat (limited to 'Jellyfin.Server/ServerSetupApp')
| -rw-r--r-- | Jellyfin.Server/ServerSetupApp/StartupActivity.cs | 2 |
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> |
