mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-03-17 15:46:22 +00:00
reduce number of parallel people tasks
This commit is contained in:
@@ -690,7 +690,7 @@ namespace MediaBrowser.Server.Implementations.Library
|
||||
/// <returns>Task.</returns>
|
||||
public async Task ValidatePeople(CancellationToken cancellationToken, IProgress<double> progress)
|
||||
{
|
||||
const int maxTasks = 250;
|
||||
const int maxTasks = 50;
|
||||
|
||||
var tasks = new List<Task>();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user