Skip to content

Commit

Permalink
Increase lyrics migration fetch batch size to 5000
Browse files Browse the repository at this point in the history
  • Loading branch information
Shadowghost committed Jun 3, 2024
1 parent ab43157 commit 253e95d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jellyfin.Server/Migrations/Routines/FixAudioData.cs
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ public void Perform()
{
IncludeItemTypes = [BaseItemKind.Audio],
StartIndex = startIndex,
Limit = 100,
Limit = 5000,
SkipDeserialization = true
})
.Cast<Audio>()
Expand Down

0 comments on commit 253e95d

Please sign in to comment.