Increase lyrics migration fetch batch size to 5000

This commit is contained in:
Shadowghost 2024-06-03 13:53:34 +02:00
parent ab4315742f
commit 253e95dcba

View File

@ -80,7 +80,7 @@ namespace Jellyfin.Server.Migrations.Routines
{
IncludeItemTypes = [BaseItemKind.Audio],
StartIndex = startIndex,
Limit = 100,
Limit = 5000,
SkipDeserialization = true
})
.Cast<Audio>()