Browse Source

reduce simultaneous people tasks

Luke Pulverenti 12 years ago
parent
commit
6d7c8404cc
1 changed files with 1 additions and 1 deletions
  1. 1 1
      MediaBrowser.Server.Implementations/Library/LibraryManager.cs

+ 1 - 1
MediaBrowser.Server.Implementations/Library/LibraryManager.cs

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