mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-04-24 05:57:20 -04:00
Disable logging.json migration as it is not ready yet
This commit is contained in:
parent
d4564d8e29
commit
098d3538e3
1 changed files with 1 additions and 2 deletions
|
@ -15,8 +15,7 @@ namespace Jellyfin.Server.Migrations
|
|||
/// </summary>
|
||||
internal static readonly IUpdater[] Migrations =
|
||||
{
|
||||
new Routines.DisableTranscodingThrottling(),
|
||||
new Routines.DisableZealousLogging()
|
||||
new Routines.DisableTranscodingThrottling()
|
||||
};
|
||||
|
||||
/// <summary>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue