Browse Source

make people task less aggressive

Luke Pulverenti 12 years ago
parent
commit
c1870f9fc8
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

@@ -817,7 +817,7 @@ namespace MediaBrowser.Server.Implementations.Library
         /// <returns>Task.</returns>
         public async Task ValidatePeople(CancellationToken cancellationToken, IProgress<double> progress)
         {
-            const int maxTasks = 15;
+            const int maxTasks = 10;
 
             var tasks = new List<Task>();