Prechádzať zdrojové kódy

make people task less aggressive

Luke Pulverenti 12 rokov pred
rodič
commit
c1870f9fc8

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