diff options
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> |
