mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-01-23 23:20:51 +01:00
Increase lyrics migration fetch batch size to 5000
This commit is contained in:
parent
ab4315742f
commit
253e95dcba
1 changed files with 1 additions and 1 deletions
|
|
@ -80,7 +80,7 @@ namespace Jellyfin.Server.Migrations.Routines
|
|||
{
|
||||
IncludeItemTypes = [BaseItemKind.Audio],
|
||||
StartIndex = startIndex,
|
||||
Limit = 100,
|
||||
Limit = 5000,
|
||||
SkipDeserialization = true
|
||||
})
|
||||
.Cast<Audio>()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue