diff options
| author | Shadowghost <Ghost_of_Stone@web.de> | 2026-09-05 17:33:47 +0200 |
|---|---|---|
| committer | Shadowghost <Ghost_of_Stone@web.de> | 2026-09-05 17:33:47 +0200 |
| commit | 74ce774effac4d70728e231e6de7c1c5d82a2685 (patch) | |
| tree | 949c4f2e05e7da7c16f7dd6c98dd2b95899ec2f6 /Jellyfin.Server/ServerSetupApp | |
| parent | 5465e0c69423506d6836f2a6b8aacfce8cb0501e (diff) | |
Revert to doing after migration and on 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 5fc485bd48..abfc5bc8ba 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 query planner statistics.</summary> + /// <summary>Refreshing the database statistics after migrations have run.</summary> public const string OptimizingDatabase = "Optimizing database"; /// <summary>Running the final startup tasks.</summary> |
