mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-01-16 16:18:06 +00:00
reduce simultaneous people tasks
This commit is contained in:
@@ -692,7 +692,7 @@ namespace MediaBrowser.Server.Implementations.Library
|
||||
/// <returns>Task.</returns>
|
||||
public async Task ValidatePeople(CancellationToken cancellationToken, IProgress<double> progress)
|
||||
{
|
||||
const int maxTasks = 50;
|
||||
const int maxTasks = 25;
|
||||
|
||||
var tasks = new List<Task>();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user