reduce number of parallel people tasks

This commit is contained in:
Luke Pulverenti 2013-04-18 11:22:43 -04:00
parent 50088ba1f8
commit e86a8d4ef5

View file

@ -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>();